[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - Setup * 4 * http://www.eGroupWare.org * 5 * Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de * 6 * -------------------------------------------- * 7 * This program is free software; you can redistribute it and/or modify it * 8 * under the terms of the GNU General Public License as published by the * 9 * Free Software Foundation; either version 2 of the License, or (at your * 10 * option) any later version. * 11 \**************************************************************************/ 12 13 /* $Id: tables_update.inc.php 20227 2006-01-11 05:17:15Z ralfbecker $ */ 14 15 $test[] = '0.1.001'; 16 function timesheet_upgrade0_1_001() 17 { 18 $GLOBALS['egw_setup']->oProc->AddColumn('egw_timesheet','pl_id',array( 19 'type' => 'int', 20 'precision' => '4', 21 'default' => '0' 22 )); 23 24 return $GLOBALS['setup_info']['timesheet']['currentver'] = '0.2.001'; 25 } 26 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |