1
0
Fork 0

check_config is gone - use check_db

This commit is contained in:
friendica 2013-05-13 17:22:07 -07:00
commit 0ce68665c6
3 changed files with 341 additions and 321 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($a);
check_db($a);
echo "Done\n";
}