phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: dj/setup setup.inc.php,1.5,1.6


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: dj/setup setup.inc.php,1.5,1.6
Date: Fri, 26 Apr 2002 23:49:55 -0400

Update of /cvsroot/phpgroupware/dj/setup
In directory subversions:/tmp/cvs-serv20906

Modified Files:
        setup.inc.php 
Log Message:
add extra app info

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/dj/setup/setup.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** setup.inc.php       13 Jan 2002 20:14:06 -0000      1.5
--- setup.inc.php       27 Apr 2002 03:49:53 -0000      1.6
***************
*** 19,22 ****
--- 19,28 ----
        $setup_info['dj']['enable']    = 1;
  
+       $setup_info['admin']['author']    = 'Joseph Engo, Miles Lott';
+       $setup_info['admin']['description'] = 
+               'An interface to a db of local mp3 audio files, which may be 
served via icecast.';
+       $setup_info['admin']['maintainer'] = 'Joseph Engo, Miles Lott';
+       $setup_info['admin']['maintainer_email'] = 
'address@hidden<br>address@hidden';
+ 
        /* The tables this app creates */
        $setup_info['dj']['tables']    = array(
***************
*** 33,38 ****
        /* Dependencies for this app to work */
        $setup_info['dj']['depends'][] = array(
!                'appname' => 'phpgwapi',
!                'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  ?>
--- 39,44 ----
        /* Dependencies for this app to work */
        $setup_info['dj']['depends'][] = array(
!               'appname' => 'phpgwapi',
!               'versions' => Array('0.9.13', '0.9.14','0.9.15')
        );
  ?>




reply via email to

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