summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-25 21:36:57 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-25 21:36:57 +0000
commit9e97e1a980069af52991f637993c75b3b7ddc8ff (patch)
treedba43a96ae033653a0933af316a5c53376ad9374 /test.php
parentb588a9475f7e37f80ada63d98448e933e19bf95a (diff)
downloadampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.gz
ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.tar.bz2
ampache-9e97e1a980069af52991f637993c75b3b7ddc8ff.zip
fixed some missing gettext, tweaked error reporting level on test.php and fixed timeout issues with API (Thx Beef Doughnut)
Diffstat (limited to 'test.php')
-rw-r--r--test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.php b/test.php
index 470826da..fff31e71 100644
--- a/test.php
+++ b/test.php
@@ -20,7 +20,7 @@
*/
// Set the Error level manualy... I'm to lazy to fix notices
-error_reporting(E_ALL ^ E_NOTICE);
+error_reporting(0);
$prefix = dirname(__FILE__);
$configfile = "$prefix/config/ampache.cfg.php";