From edf482ff3d21c84d99f25b84884563a8781fa7ae Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 5 Jul 2007 06:05:18 +0000 Subject: moved back to a GPL flash player for 3.4 codebase, fixed some stream issues (non-m3u playlist types were failing) and tweaked the look of the /test.php page and fixed the xspf playlist generation --- lib/debug.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/debug.lib.php') diff --git a/lib/debug.lib.php b/lib/debug.lib.php index b2969815..c9e51436 100644 --- a/lib/debug.lib.php +++ b/lib/debug.lib.php @@ -61,7 +61,8 @@ function check_database_inserted($dbh,$db_name) { return false; } - if (!Dba::num_rows($db_results)) { + // Make sure the whole table is there + if (Dba::num_rows($db_results) != '6') { return false; } -- cgit