phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/setup/setup.inc.php, 1.9


From: nomail
Subject: [Phpgroupware-cvs] sync/setup/setup.inc.php, 1.9
Date: Sun, 23 May 2004 09:02:53 -0000

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

date: 2004/04/29 12:19:23;  author: mleonhardt;  state: Exp;  lines: +5 -1

Log Message:
- hooks for sync preferences and admin
- extended ui with:
  - user can delete their syncdevices
  - user can set the conflicthandling for each source in preferences
=====================================================================
Index: sync/setup/setup.inc.php
diff -u sync/setup/setup.inc.php:1.8 sync/setup/setup.inc.php:1.9
--- sync/setup/setup.inc.php:1.8        Wed Mar  3 23:09:24 2004
+++ sync/setup/setup.inc.php    Thu Apr 29 12:19:23 2004
@@ -36,6 +36,10 @@
        'email' => 'address@hidden'
        );      
     
+  // The hooks this app includes, needed for hooks registration
+  $setup_info['sync']['hooks'][] = 'admin';
+  $setup_info['sync']['hooks'][] = 'preferences';
+
   // dependencies for this app to work 
   $setup_info['sync']['depends'][] = array(
     'appname' => 'phpgwapi',




reply via email to

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