1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 02:39:47 +02:00

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

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-07-05 06:05:18 +00:00
parent d24fe88905
commit edf482ff3d
28 changed files with 81 additions and 3459 deletions

View file

@ -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;
}