From f9a08d5f887bf7a21cacb99c6c628d8a9e711919 Mon Sep 17 00:00:00 2001 From: habarnam Date: Mon, 28 Apr 2008 00:29:07 +0300 Subject: [PATCH] * something i left behind --- _res/_libs/tspage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_res/_libs/tspage.class.php b/_res/_libs/tspage.class.php index 21c5b67..0b2a097 100644 --- a/_res/_libs/tspage.class.php +++ b/_res/_libs/tspage.class.php @@ -34,7 +34,7 @@ class tsPage extends Output { if (extension_loaded('mbstring')) { ini_set('mbstring.func_overload', 7); } - + // set_error_handler(array(&$this, 'triggerError')); // commented in the light of the xdebug profiling - // dropped loading times by almost one order of magnitude -- 2.11.4.GIT