phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/setup setup.inc.php,1.12.2.2.4.2


From: skwashd
Subject: [Phpgroupware-cvs] sitemgr/setup setup.inc.php,1.12.2.2.4.2
Date: Sat, 12 Nov 2005 15:11:00 +0100

Update of sitemgr/setup

Modified Files:
     Branch: skwashd-16-compat
            setup.inc.php lines: +14 -5

Log Message:
.

====================================================
Index: sitemgr/setup/setup.inc.php
diff -u sitemgr/setup/setup.inc.php:1.12.2.2.4.1 
sitemgr/setup/setup.inc.php:1.12.2.2.4.2
--- sitemgr/setup/setup.inc.php:1.12.2.2.4.1    Sat Nov 12 13:15:37 2005
+++ sitemgr/setup/setup.inc.php Sat Nov 12 14:11:58 2005
@@ -25,8 +25,17 @@
        $setup_info['sitemgr']['hooks'][] = 'sidebox_menu';

        /* Dependacies for this app to work */
-       $setup_info['sitemgr']['depends'][] = array(
-               'appname'  => 'phpgwapi',
-               'versions' => Array('0.9.14','0.9.15', '0.9.16')
-       );
+       $setup_info['sitemgr']['depends'] = array();
+
+       $setup_info['sitemgr']['depends'][] = array
+                                               (
+                                                       'appname'  => 
'phpgwapi',
+                                                       'versions' => 
Array('0.9.16', '0.9.17', '0.9.18')
+                                               );
+
+       $setup_info['sitemgr']['depends'][] = array
+                                               (
+                                                       'appname'       => 
'news_admin',
+                                                       'versions'      => 
array('0.9.17')
+                                               );
 ?>






reply via email to

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