phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts/setup/setup.inc.php, 1.11


From: nomail
Subject: [Phpgroupware-cvs] tts/setup/setup.inc.php, 1.11
Date: Tue, 14 Dec 2004 22:46:40 +0100

Update of /tts/setup
Modified Files:
        Branch: 
          setup.inc.php

date: 2004/12/14 21:46:40;  author: fipsfuchs;  state: Exp;  lines: +7 -6

Log Message:
deleteaccount hook added
=====================================================================
Index: tts/setup/setup.inc.php
diff -u tts/setup/setup.inc.php:1.10 tts/setup/setup.inc.php:1.11
--- tts/setup/setup.inc.php:1.10        Tue Dec 14 20:03:29 2004
+++ tts/setup/setup.inc.php     Tue Dec 14 21:46:40 2004
@@ -26,11 +26,12 @@
        );
 
        /* The hooks this app includes, needed for hooks registration */
-       $setup_info['tts']['hooks'][]   = 'admin';
-       $setup_info['tts']['hooks'][]   = 'home';
-       $setup_info['tts']['hooks'][]   = 'manual';
-       $setup_info['tts']['hooks'][]   = 'preferences';
-       $setup_info['tts']['hooks'][]   = 'settings';
+       $setup_info['tts']['hooks'][] = 'admin';
+       $setup_info['tts']['hooks'][] = 'home';
+       $setup_info['tts']['hooks'][] = 'manual';
+       $setup_info['tts']['hooks'][] = 'preferences';
+       $setup_info['tts']['hooks'][] = 'settings';
+       $setup_info['tts']['hooks'][] = 'deleteaccount';
 
        /* Dependencies for this app to work */
        $setup_info['tts']['depends'][] = array(




reply via email to

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