phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/setup setup.inc.php,1.11,1.12


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/setup setup.inc.php,1.11,1.12
Date: Thu, 24 Oct 2002 16:23:36 -0400

Update of /cvsroot/phpgroupware/preferences/setup
In directory subversions:/tmp/cvs-serv1647/setup

Modified Files:
        setup.inc.php 
Log Message:
fixed wrong name for hook_deleteaccount

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/setup/setup.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** setup.inc.php       23 Oct 2002 20:47:32 -0000      1.11
--- setup.inc.php       24 Oct 2002 20:23:34 -0000      1.12
***************
*** 19,23 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['preferences']['hooks'][] = 'admin_deleteaccount';
        $setup_info['preferences']['hooks'][] = 'config';
        $setup_info['preferences']['hooks'][] = 'manual';
--- 19,23 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['preferences']['hooks'][] = 'deleteaccount';
        $setup_info['preferences']['hooks'][] = 'config';
        $setup_info['preferences']['hooks'][] = 'manual';





reply via email to

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