Source for file v11.phpinc
Documentation is available at v11.phpinc
* @project Open CSP-Management
* @author Peter Krebs <p.krebs@lvus.at>
* @copyright (c) 2002-2003 by Peter Krebs and Landesverlag Unternehmensservice
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
$query=
"SELECT * FROM T_SYS_TABLES WHERE TBL_NAME ='T_DB_BACKUP' ORDER BY TBL_VERSION DESC";
$tblVer=
$GLOBALS['USRDB']->quickQuery($query);
if (intval($tblVer['TBL_VERSION']) <
11) {
$tblVer['TBL_NAME']=
"T_DB_BACKUP";
require_once $GLOBALS['PROJECT']['PHPINCPATH'].
"db/update/functions_mySQL.phpinc";
BCK_ID INT NOT NULL auto_increment PRIMARY KEY,
BCK_TBL VARCHAR(62) NOT NULL,
BCK_DATE TIMESTAMP NOT NULL,
KEY iBCK_TBLDATE (BCK_TBL,BCK_DATE)
$tblVer['TBL_VERSION']=
11;
Documentation generated on Thu, 08 Jan 2009 17:49:23 +0100 by phpDocumentor 1.4.0a2