phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sitemgr/sitemgr-link/setup setup.inc.php [skwashd-16-


From: Dave Hall
Subject: [Phpgroupware-cvs] sitemgr/sitemgr-link/setup setup.inc.php [skwashd-16-compat]
Date: Sun, 09 Jul 2006 03:11:26 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    sitemgr
Branch:         skwashd-16-compat
Changes by:     Dave Hall <skwashd>     06/07/09 03:11:26

Modified files:
        sitemgr-link/setup: setup.inc.php 

Log message:
        fix versions

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/sitemgr-link/setup/setup.inc.php?cvsroot=phpgroupware&only_with_tag=skwashd-16-compat&r1=1.5.2.1&r2=1.5.2.1.4.1

Patches:
Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-link/setup/setup.inc.php,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.1.4.1
diff -u -b -r1.5.2.1 -r1.5.2.1.4.1
--- setup.inc.php       1 Dec 2003 00:04:04 -0000       1.5.2.1
+++ setup.inc.php       9 Jul 2006 03:11:26 -0000       1.5.2.1.4.1
@@ -9,7 +9,7 @@
        *  option) any later version.                                           
   *
        
\**************************************************************************/
 
-       /* $Id: setup.inc.php,v 1.5.2.1 2003/12/01 00:04:04 skwashd Exp $ */
+       /* $Id: setup.inc.php,v 1.5.2.1.4.1 2006/07/09 03:11:26 skwashd Exp $ */
 
        $setup_info['sitemgr-link']['name']     = 'sitemgr-link';
        $setup_info['sitemgr-link']['title']    = 'SiteMgr Public Web Site';
@@ -24,10 +24,10 @@
        /* Dependacies for this app to work */
        $setup_info['sitemgr-link']['depends'][] = array(
                'appname'  => 'phpgwapi',
-               'versions' => 
Array('0.9.11','0.9.12','0.9.13','0.9.14','0.9.15','0.9.16')
+               'versions' => Array('0.9.16','0.9.17','0.9.18')
        );
        $setup_info['sitemgr-link']['depends'][] = array(
                'appname' => 'sitemgr',
-               'versions' => 
array('0.9.13','0.9.13.001','0.9.14','0.9.14.001','0.9.15','0.9.16')
+               'versions' => array('0.9.15','0.9.16','0.9.17','0.9.18')
        );
 ?>




reply via email to

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