phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences preferences.php,1.21,1.22


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.21,1.22
Date: Thu, 26 Dec 2002 10:31:34 -0500

Update of /cvsroot/phpgroupware/preferences
In directory subversions:/tmp/cvs-serv11266

Modified Files:
        preferences.php 
Log Message:
the Forced Preferences did not become saved anymore
now they do!! :)

Cu


Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** preferences.php     26 Oct 2002 15:22:06 -0000      1.21
--- preferences.php     26 Dec 2002 15:31:32 -0000      1.22
***************
*** 22,26 ****
  
        $user    = get_var('user',Array('POST'));
!       $global  = get_var('global',Array('POST'));
        $default = get_var('default',Array('POST'));
  
--- 22,26 ----
  
        $user    = get_var('user',Array('POST'));
!       $forced  = get_var('forced',Array('POST'));
        $default = get_var('default',Array('POST'));
  




reply via email to

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