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.15,1.16


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences preferences.php,1.15,1.16
Date: Wed, 01 May 2002 08:05:29 -0400

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

Modified Files:
        preferences.php 
Log Message:
corrected typo get_vars() --> get_var()

Index: preferences.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/preferences.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** preferences.php     29 Apr 2002 22:25:02 -0000      1.15
--- preferences.php     1 May 2002 12:05:27 -0000       1.16
***************
*** 209,213 ****
                }
  
!               $type = get_vars('type',Array('GET'));
                if (!isset($type))
                {
--- 209,213 ----
                }
  
!               $type = get_var('type',Array('GET'));
                if (!isset($type))
                {




reply via email to

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