1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

fixed old password problem

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-12-25 04:42:24 +00:00
parent c31b6f050c
commit 15f3664049
3 changed files with 5 additions and 5 deletions

View file

@ -61,7 +61,7 @@ function check_database_inserted($dbh,$db_name) {
}
// Make sure the whole table is there
if (Dba::num_rows($db_results) != '6') {
if (Dba::num_rows($db_results) != '7') {
return false;
}