This commit is contained in:
sparkyx 2006-09-02 20:45:10 +00:00
parent e151e59b86
commit bbbd978f92
5 changed files with 112 additions and 103 deletions

View file

@ -1,4 +1,4 @@
w
<style type="text/css">
<!--
body {
@ -481,6 +481,9 @@ if ( DEBUG=='false' ) ob_start();
if ( GetVersion($db) == 19 ) {
ExecuteScript($db,'sql/patch/upgrade19.sql');
} // version
if ( GetVersion($db) == 20 ) {
ExecuteScript($db,'sql/patch/upgrade20.sql');
} // version
if ( DEBUG == 'false') ob_end_clean();
}//for
@ -575,6 +578,9 @@ if (DEBUG == 'false' ) ob_start();
if ( GetVersion($db) == 19 ) {
ExecuteScript($db,'sql/patch/upgrade19.sql');
} // version
if ( GetVersion($db) == 20 ) {
ExecuteScript($db,'sql/patch/upgrade20.sql');
} // version
if ( DEBUG == 'false') ob_end_clean();
}