From 15f3664049d962820140bdf359a52dae5d143a0c Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 25 Dec 2007 04:42:24 +0000 Subject: fixed old password problem --- lib/debug.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.lib.php') 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; } -- cgit