From 28e808257772416227d69ec8d34b1bfa7c4fb2a3 Mon Sep 17 00:00:00 2001 From: Ubbo Veentjer <veentjer@sub.uni-goettingen.de> Date: Fri, 9 Jan 2015 14:20:02 +0100 Subject: [PATCH] verbosity for easier debug --- info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php index a75bc59..bc1a6f0 100755 --- a/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php +++ b/info.textgrid.middleware.tgauth.rbac/rbacSoap/tgextra.php @@ -15,7 +15,7 @@ require_once( "TgExtra.class.php" ); // Dont be so verbose with messages and notices. -error_reporting( E_ERROR | E_USER_ERROR ); +//error_reporting( E_ERROR | E_USER_ERROR ); // ############################################################# -- GitLab