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.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.5,1.6
Date: Mon, 27 May 2002 18:38:51 -0400

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

Modified Files:
        class.uiaclprefs.inc.php 
Log Message:
nextmatchs fix

Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uiaclprefs.inc.php    27 May 2002 22:02:56 -0000      1.5
--- class.uiaclprefs.inc.php    27 May 2002 22:38:48 -0000      1.6
***************
*** 26,36 ****
                function index()
                {
!                       $acl_app = get_var('acl_app',Array('GET','POST'));
!                       $owner   = $GLOBALS['owner'];
  
                        if (! $acl_app)
                        {
!                               $acl_app            = 'preferences';
!                               $acl_app_not_passed = True;
                        }
  
--- 26,42 ----
                function index()
                {
!                       $acl_app                = 
get_var('acl_app',Array('GET','POST'));
!                       $start                  = 
get_var('start',Array('GET','POST'));
!                       $query                  = 
get_var('query',Array('GET','POST'));
!                       $s_groups               = 
get_var('s_groups',Array('GET','POST'));
!                       $s_users                = 
get_var('s_users',Array('GET','POST'));
!                       $maxm                   = 
get_var('maxm',Array('GET','POST'));
!                       $totalentries   = 
get_var('totalentries',Array('GET','POST'));
!                       $owner                  = $GLOBALS['owner'];
  
                        if (! $acl_app)
                        {
!                               $acl_app                        = 'preferences';
!                               $acl_app_not_passed     = True;
                        }
  
***************
*** 177,181 ****
                        if(!isset($query))
                        {
!                               $query = "";
                        }
  
--- 183,187 ----
                        if(!isset($query))
                        {
!                               $query = '';
                        }
  




reply via email to

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