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:
parent
c31b6f050c
commit
15f3664049
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue