From 2ad6d2a8393ca35b0b23db1e4bbefc09c1ede8fe Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 4 Jan 2008 13:19:34 +0000 Subject: [PATCH] Reeabled error handler in main.php git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8219 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index c1c504d52..f2759620e 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -35,7 +35,6 @@ bindtextdomain($domain, "$BASE_DIR/locale"); textdomain($domain); /* Remember everything we did after the last click */ -restore_error_handler(); session::start(); session::set('limit_exceeded',FALSE); -- 2.30.2