phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.2,1.3
Date: Wed, 01 May 2002 11:12:14 -0400

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

Modified Files:
        class.uiaclprefs.inc.php 
Log Message:
corrected typo get_vars() --> get_var()

Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.uiaclprefs.inc.php    29 Apr 2002 22:25:02 -0000      1.2
--- class.uiaclprefs.inc.php    1 May 2002 15:12:11 -0000       1.3
***************
*** 26,30 ****
                function index()
                {
!                       $acl_app = get_vars('acl_app',Array('GET'));
                        $owner   = $GLOBALS['owner'];
  
--- 26,30 ----
                function index()
                {
!                       $acl_app = get_var('acl_app',Array('GET'));
                        $owner   = $GLOBALS['owner'];
  




reply via email to

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