diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 04:42:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 04:42:24 +0000 |
commit | 15f3664049d962820140bdf359a52dae5d143a0c (patch) | |
tree | 9429fbfdc46532371d8cb348eba4919458359300 /lib/debug.lib.php | |
parent | c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d (diff) | |
download | ampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.gz ampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.bz2 ampache-15f3664049d962820140bdf359a52dae5d143a0c.zip |
fixed old password problem
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r-- | lib/debug.lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug.lib.php b/lib/debug.lib.php index 6c6866ee..aac111b6 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -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; } |