phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.6,1.7


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.setup_process.inc.php,1.6,1.7
Date: Thu, 19 Dec 2002 18:33:47 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv13979

Modified Files:
        class.setup_process.inc.php 
Log Message:
update to install admin/prefs/api at once during new install

Index: class.setup_process.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.setup_process.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.setup_process.inc.php 4 Sep 2002 01:25:29 -0000       1.6
--- class.setup_process.inc.php 19 Dec 2002 23:33:44 -0000      1.7
***************
*** 1,16 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Setup                                                     *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   * This file written by Miles Lott<address@hidden>                *
!   * --------------------------------------------                             *
!   *  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$ */
  
        /* app status values:
--- 1,15 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Setup                                                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       * This file written by Miles Lott<address@hidden>                *
!       * --------------------------------------------                          
   *
!       *  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$ */
  
        /* app status values:
***************
*** 71,75 ****
                        }
                        // Place api first
!                       $pass['phpgwapi'] = $setup_info['phpgwapi'];
                        @reset($setup_info);
                        $setup_info = 
$GLOBALS['phpgw_setup']->detection->get_versions($setup_info);
--- 70,76 ----
                        }
                        // Place api first
!                       $pass['phpgwapi']               = 
$setup_info['phpgwapi'];
!                       $pass['admin']                  = $setup_info['admin'];
!                       $pass['preferences']    = $setup_info['preferences'];
                        @reset($setup_info);
                        $setup_info = 
$GLOBALS['phpgw_setup']->detection->get_versions($setup_info);




reply via email to

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