[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.8.2.2,1.8.2
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.8.2.2,1.8.2.2.2.1 |
Date: |
Fri, 16 May 2003 18:20:46 -0400 |
Update of /cvsroot/phpgroupware/notes/setup
In directory subversions:/tmp/cvs-serv3513
Modified Files:
Tag: Version-0_9_16-branch
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.8.2.2
retrieving revision 1.8.2.2.2.1
diff -C2 -r1.8.2.2 -r1.8.2.2.2.1
*** tables_update.inc.php 14 May 2002 21:48:53 -0000 1.8.2.2
--- tables_update.inc.php 16 May 2003 22:20:44 -0000 1.8.2.2.2.1
***************
*** 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. *
! \**************************************************************************/
[...1044 lines suppressed...]
*** 566,575 ****
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'];
}
--- 518,525 ----
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'];
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: notes/setup tables_update.inc.php,1.8.2.2,1.8.2.2.2.1,
Bettina Gille <address@hidden> <=