From 36e85a4acdc7372c1f27400b385cedf7af5916f6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 26 Nov 2006 22:18:48 +0000 Subject: supressed some more getid3() related errors :( --- lib/log.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/log.lib.php') diff --git a/lib/log.lib.php b/lib/log.lib.php index 01a56be1..1b2d33e5 100644 --- a/lib/log.lib.php +++ b/lib/log.lib.php @@ -85,7 +85,7 @@ function ampache_error_handler($errno, $errstr, $errfile, $errline) { * Yea now getid3() spews errors I love it :( */ if (strstr($errstr,"var: Deprecated. Please use the public/private/protected modifiers") OR - strstr($errstr,"getimagesize() [")) { + strstr($errstr,"getimagesize() [") OR strstr($errstr,"Non-static method getid3")) { return false; } -- cgit