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:
parent
c99ad11ee0
commit
bff9e37fa5
15 changed files with 308 additions and 85 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue