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.10,1.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.10,1.11
Date: Mon, 28 Oct 2002 18:51:59 -0500

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

Modified Files:
        class.uiaclprefs.inc.php 
Log Message:
fixed lost owner

Index: class.uiaclprefs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.uiaclprefs.inc.php    28 Sep 2002 20:01:44 -0000      1.10
--- class.uiaclprefs.inc.php    28 Oct 2002 23:51:57 -0000      1.11
***************
*** 9,13 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
--- 9,12 ----
***************
*** 31,35 ****
                        $s_groups = get_var('s_groups',Array('GET','POST'));
                        $s_users  = get_var('s_users',Array('GET','POST'));
!                       $owner    = $GLOBALS['owner'];
  
                        if (! $acl_app)
--- 30,42 ----
                        $s_groups = get_var('s_groups',Array('GET','POST'));
                        $s_users  = get_var('s_users',Array('GET','POST'));
! 
!                       if(isset(get_var('owner',Array('POST'))))
!                       {
!                               $owner = get_var('owner',Array('POST'));
!                       }
!                       else
!                       {
!                               $owner = get_var('owner',Array('GET'));
!                       }
  
                        if (! $acl_app)





reply via email to

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