phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: backup/setup setup.inc.php,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: backup/setup setup.inc.php,1.5,1.6
Date: Sun, 27 Jan 2002 18:47:10 -0500

Update of /cvsroot/phpgroupware/backup/setup
In directory subversions:/tmp/cvs-serv18851/setup

Modified Files:
        setup.inc.php 
Log Message:
tpl for about hook

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/backup/setup/setup.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** setup.inc.php       13 Jan 2002 20:37:05 -0000      1.5
--- setup.inc.php       27 Jan 2002 23:47:08 -0000      1.6
***************
*** 18,22 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['backup']['hooks'][] = 'admin';
  
        /* Dependencies for this app to work */
--- 18,27 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['backup']['hooks'] = array
!       (
!               'admin',
!               'about',
!               'manual'
!       );
  
        /* Dependencies for this app to work */




reply via email to

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