phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: skel/setup setup.inc.php,1.12,1.13


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: skel/setup setup.inc.php,1.12,1.13
Date: Sun, 19 May 2002 15:20:23 -0400

Update of /cvsroot/phpgroupware/skel/setup
In directory subversions:/tmp/cvs-serv7000

Modified Files:
        setup.inc.php 
Log Message:
formatting

Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/setup/setup.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** setup.inc.php       28 Apr 2002 15:54:11 -0000      1.12
--- setup.inc.php       19 May 2002 19:20:21 -0000      1.13
***************
*** 1,14 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare                                                          
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
  
!       /* $Id$ */
  
        /* Basic information about this app */
--- 1,14 ----
  <?php
!   /**************************************************************************\
!   * phpGroupWare                                                             *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
  
!   /* $Id$ */
  
        /* Basic information about this app */
***************
*** 31,37 ****
        /* Dependencies for this app to work */
        $setup_info['skel']['depends'][] = array(
!                        'appname' => 'phpgwapi',
!                        'versions' => Array('0.9.13', '0.9.14','0.9.15')
!               );
        $setup_info['skel']['depends'][] = array(
                'appname' => 'email',
--- 31,37 ----
        /* Dependencies for this app to work */
        $setup_info['skel']['depends'][] = array(
!               'appname' => 'phpgwapi',
!               'versions' => Array('0.9.14', '0.9.15','0.9.16')
!       );
        $setup_info['skel']['depends'][] = array(
                'appname' => 'email',




reply via email to

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