rel 205
This commit is contained in:
parent
e151e59b86
commit
bbbd978f92
5 changed files with 112 additions and 103 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue