phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] bookkeeping/setup tables_update.inc.php, NONE, 1.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] bookkeeping/setup tables_update.inc.php, NONE, 1.1
Date: Wed, 03 Dec 2003 13:21:39 +0000

Update of /cvsroot/phpgroupware/bookkeeping/setup
In directory subversions:/tmp/cvs-serv16174/setup

Added Files:
        tables_update.inc.php 
Log Message:
update

--- NEW FILE: tables_update.inc.php ---
<?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.                                            
   *
        
\**************************************************************************/
        /* $Id: tables_update.inc.php,v 1.1 2003/12/03 13:21:37 ceb Exp $ */

        $test[] = '0.4';
        function bookkeeping_upgrade0_4()
        {
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_a');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_at');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_ba');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_bm');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_c');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_g');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_gpa');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_gr');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_l');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_m');
                $GLOBALS['phpgw_setup']->oProc->DropTable('phpgw_bk_t');

                $GLOBALS['setup_info']['bookkeeping']['currentver'] = 
'0.5.1.001';
                return $GLOBALS['setup_info']['bookkeeping']['currentver'];
        }
?>





reply via email to

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