phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc functions.inc.php,1.112,1.113


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc functions.inc.php,1.112,1.113
Date: Wed, 21 Aug 2002 23:10:18 -0400

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv17756/email/inc

Modified Files:
        functions.inc.php 
Log Message:
Changed to get_var() for one function call.

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/functions.inc.php,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -r1.112 -r1.113
*** functions.inc.php   4 Mar 2002 00:56:56 -0000       1.112
--- functions.inc.php   22 Aug 2002 03:10:15 -0000      1.113
***************
*** 197,201 ****
        // setting prefs does not require a login, in fact you may not be able 
to login until you set
        // some basic prefs, so it makes sence to handle that here
!       if (isset($GLOBALS['HTTP_POST_VARS']['submit_prefs']))
        {
                $GLOBALS['phpgw']->msg->grab_set_prefs_args_gpc();
--- 197,201 ----
        // setting prefs does not require a login, in fact you may not be able 
to login until you set
        // some basic prefs, so it makes sence to handle that here
!       if(get_var('submit_prefs',Array('POST')))
        {
                $GLOBALS['phpgw']->msg->grab_set_prefs_args_gpc();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]