phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uiasyncservice.inc.php, 1.1, 1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uiasyncservice.inc.php, 1.1, 1.2 hook_admin.inc.php, 1.32, 1.33
Date: Mon, 21 Jul 2003 14:21:33 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv14691

Modified Files:
        hook_admin.inc.php 
Added Files:
        class.uiasyncservice.inc.php 
Log Message:
merged asyncservices from .16


Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/hook_admin.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** hook_admin.inc.php  27 Apr 2003 22:26:04 -0000      1.32
--- hook_admin.inc.php  21 Jul 2003 18:21:30 -0000      1.33
***************
*** 41,45 ****
        }
  
!       if (! 
$GLOBALS['phpgw']->acl->check('mainscreen_message_access',1,'admin'))
        {
                $file['Change Main Screen Message'] = 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uimainscreen.index');
--- 41,45 ----
        }
  
!       if 
(!$GLOBALS['phpgw']->acl->check('mainscreen_message_access',1,'admin') || 
!$GLOBALS['phpgw']->acl->check('mainscreen_message_access',2,'admin'))
        {
                $file['Change Main Screen Message'] = 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uimainscreen.index');
***************
*** 61,67 ****
        }
  
!       if (! $GLOBALS['phpgw']->acl->check('appreg_access',1,'admin'))
        {
                $file['Find and Register all Application Hooks'] = 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.register_all_hooks');
        }
  
--- 61,72 ----
        }
  
!       if (! $GLOBALS['phpgw']->acl->check('applications_access',16,'admin'))
        {
                $file['Find and Register all Application Hooks'] = 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiapplications.register_all_hooks');
+       }
+ 
+       if (! $GLOBALS['phpgw']->acl->check('asyncservice_access',1,'admin'))
+       {
+               $file['Asynchronous timed services'] = 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiasyncservice.index');
        }
  





reply via email to

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