Fix bug in function card_class_base
This commit is contained in:
parent
53bc4dabea
commit
adfcbf717b
2 changed files with 31 additions and 0 deletions
|
|
@ -467,6 +467,9 @@ if ( DEBUG=='false' ) ob_start();
|
|||
ExecuteScript($db,'sql/patch/upgrade15.sql');
|
||||
} // version
|
||||
|
||||
if ( GetVersion($db) == 16 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade16.sql');
|
||||
} // version
|
||||
|
||||
if ( DEBUG == 'false') ob_end_clean();
|
||||
}//for
|
||||
|
|
@ -547,6 +550,9 @@ if (DEBUG == 'false' ) ob_start();
|
|||
if ( GetVersion($db) == 15 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade15.sql');
|
||||
} // version
|
||||
if ( GetVersion($db) == 16 ) {
|
||||
ExecuteScript($db,'sql/patch/upgrade16.sql');
|
||||
} // version
|
||||
|
||||
if ( DEBUG == 'false') ob_end_clean();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue