diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-06 04:55:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-03-06 04:55:19 +0000 |
commit | 84b483c99a32452dc53b9b77fdf818c710bcd5d3 (patch) | |
tree | 62aa6939acb5434bb530d327f78ba3329b146fb7 /lib/init.php | |
parent | 2c337852cff31297d681fb87d3098cc3d9041101 (diff) | |
download | ampache-84b483c99a32452dc53b9b77fdf818c710bcd5d3.tar.gz ampache-84b483c99a32452dc53b9b77fdf818c710bcd5d3.tar.bz2 ampache-84b483c99a32452dc53b9b77fdf818c710bcd5d3.zip |
fixed playlist update on full strict of mysql5.x and jpg mime type
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index f63c3add..5fe7448e 100644 --- a/lib/init.php +++ b/lib/init.php @@ -144,7 +144,6 @@ require_once $prefix . '/modules/infotools/openstrands.class.php'; $results = Preference::fix_preferences($results); Config::set_by_array($results,1); -debug_event('ZZWANG IS',$wang,'1'); // Modules (These are conditionaly included depending upon config values) if (Config::get('ratings')) { |