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

more work on the localplay stuff, most details ironed out, just needs some code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class

This commit is contained in:
Karl 'vollmerk' Vollmer 2007-09-12 07:30:55 +00:00
parent c99ad11ee0
commit bff9e37fa5
15 changed files with 308 additions and 85 deletions

View file

@ -85,9 +85,9 @@ class Dba {
public static function fetch_assoc($resource) {
$result = mysql_fetch_assoc($resource);
debug_event('Assoc',self::$_sql,'6');
if (!$result) {
// debug_event('fetch_assoc',self::$_sql,'1');
return array();
}