|
From: | Dave Hall <address@hidden> |
Subject: | [Phpgroupware-cvs] CVS: preferences/inc class.uiaclprefs.inc.php,1.1.2.4.2.2,1.1.2.4.2.3 |
Date: | Wed, 21 May 2003 02:30:51 -0400 |
Update of /cvsroot/phpgroupware/preferences/inc In directory subversions:/tmp/cvs-serv12981 Modified Files: Tag: Version-0_9_16-branch class.uiaclprefs.inc.php Log Message: allows admins access to group acls Index: class.uiaclprefs.inc.php =================================================================== RCS file: /cvsroot/phpgroupware/preferences/inc/class.uiaclprefs.inc.php,v retrieving revision 1.1.2.4.2.2 retrieving revision 1.1.2.4.2.3 diff -C2 -r1.1.2.4.2.2 -r1.1.2.4.2.3 *** class.uiaclprefs.inc.php 19 Apr 2003 18:42:40 -0000 1.1.2.4.2.2 --- class.uiaclprefs.inc.php 21 May 2003 06:30:49 -0000 1.1.2.4.2.3 *************** *** 58,62 **** } ! if ($GLOBALS['phpgw_info']['server']['deny_user_grants_access']) { echo '<center><b>' . lang('Access not permitted') . '</b></center>'; --- 58,62 ---- } ! if ($GLOBALS['phpgw_info']['server']['deny_user_grants_access'] && !isset($GLOBALS['phpgw_info']['user']['apps']['admin'])) { echo '<center><b>' . lang('Access not permitted') . '</b></center>';
[Prev in Thread] | Current Thread | [Next in Thread] |