task #5306 security for import / export

This commit is contained in:
sparkyx 2006-03-09 19:57:29 +00:00
parent fbc7b8ae8b
commit 2e66bc5cd4
4 changed files with 15 additions and 2 deletions

View file

@ -450,6 +450,12 @@ if (DEBUG == 'false' ) ob_start();
ExecSql($db,"select setval('s_grpt',$M,true)");
}
} // version == 7
//--
// update to the version 9
//--
if ( GetVersion($db) == 8 ) {
ExecuteScript($db,'sql/patch/upgrade8.sql');
} // version == 7
if ( DEBUG == 'false') ob_end_clean();
}