added some tests

This commit is contained in:
Alexander Kampmann 2012-03-09 12:16:58 +01:00
parent 2e3116a11e
commit f84c191f8d
3 changed files with 102 additions and 44 deletions

View file

@ -26,7 +26,7 @@ echo "New DB VERSION: " . DB_UPDATE_VERSION . "\n";
if($build != DB_UPDATE_VERSION) {
echo "Updating database...";
check_config();
check_config($a);
echo "Done\n";
}