summaryrefslogtreecommitdiffstats
path: root/lib/debug.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/debug.lib.php')
-rw-r--r--lib/debug.lib.php2
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;
}