check_config is gone - use check_db
This commit is contained in:
parent
aee7429967
commit
0ce68665c6
3 changed files with 341 additions and 321 deletions
|
|
@ -26,7 +26,7 @@ echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n";
|
|||
|
||||
if($build != DB_UPDATE_VERSION) {
|
||||
echo "Updating database...";
|
||||
check_config($a);
|
||||
check_db($a);
|
||||
echo "Done\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue