From 660b82d171877469593f566730e5ad1ec4b0166b Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 10 Aug 2009 09:42:38 +0000 Subject: [PATCH] removed debug stuff. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14025 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 3 --- gosa-core/include/functions.inc | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index 36bc1eb22..3c799e8c0 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -363,9 +363,6 @@ if (session::is_set('errors')){ $smarty->assign("errors", session::get('errors')); } if ($error_collector != ""){ - - echo htmlentities($error_collector); - $smarty->assign("php_errors", preg_replace("/%BUGBODY%/",$error_collector_mailto,$error_collector).""); } else { $smarty->assign("php_errors", ""); diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 5ff19c639..d5338a003 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -88,6 +88,7 @@ define ("DEBUG_CONFIG", 64); define ("DEBUG_ACL", 128); define ("DEBUG_SI", 256); define ("DEBUG_MAIL", 512); // mailAccounts, imap, sieve etc. +define ("DEBUG_FAI", 1024); // FAI (incomplete) /* Rewrite german 'umlauts' and spanish 'accents' to get better results */ -- 2.30.2