Add Dexia

This commit is contained in:
sparkyx 2007-04-15 10:47:08 +00:00
parent 62dbc315f9
commit 38dc2c3d4c
2 changed files with 11 additions and 0 deletions

View file

@ -503,6 +503,9 @@ if ( DEBUG=='false' ) ob_start();
if ( GetVersion($db) == 26 ) {
ExecuteScript($db,'sql/patch/upgrade26.sql');
} // version
if ( GetVersion($db) == 27 ) {
ExecuteScript($db,'sql/patch/upgrade27.sql');
} // version
if ( DEBUG == 'false') ob_end_clean();
}//for
@ -619,6 +622,9 @@ if (DEBUG == 'false' ) ob_start();
if ( GetVersion($db) == 26 ) {
ExecuteScript($db,'sql/patch/upgrade26.sql');
} // version
if ( GetVersion($db) == 27 ) {
ExecuteScript($db,'sql/patch/upgrade27.sql');
} // version
if ( DEBUG == 'false') ob_end_clean();
}