phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.9,1.10


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.9,1.10
Date: Fri, 16 May 2003 18:50:32 -0400

Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv13866

Modified Files:
        tables_update.inc.php 
Log Message:
update globals

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/setup/tables_update.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** tables_update.inc.php       14 May 2002 22:12:10 -0000      1.9
--- tables_update.inc.php       16 May 2003 22:50:30 -0000      1.10
***************
*** 1,105 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Setup                                                     *
!   * 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.                                              *
!   \**************************************************************************/
[...1021 lines suppressed...]
*** 561,570 ****
        function notes_upgrade0_9_13_001()
        {
!               global $setup_info,$phpgw_setup;
! 
!               $phpgw_setup->oProc->AlterColumn('phpgw_notes','note_access', 
array('type' => 'varchar', 'precision' => 7));
  
!               $setup_info['notes']['currentver'] = '0.9.13.002';
!               return $setup_info['notes']['currentver'];
        }
  
--- 484,491 ----
        function notes_upgrade0_9_13_001()
        {
!               
$GLOBALS['phpgw_setup']->oProc->AlterColumn('phpgw_notes','note_access', 
array('type' => 'varchar', 'precision' => 7));
  
!               $GLOBALS['setup_info']['notes']['currentver'] = '0.9.13.002';
!               return $GLOBALS['setup_info']['notes']['currentver'];
        }
  





reply via email to

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