From ff9834f276517552329073a643df68ff3838dea4 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 22 Dec 2008 17:32:17 +0000 Subject: [PATCH] document that a feature is not implemented yet --- libraries/config.default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index d37b8f1cb..f342028fa 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -580,6 +580,7 @@ $cfg['Error_Handler'] = array(); $cfg['Error_Handler']['display'] = false; /** + * (NOT IMPLEMENTED YET) * where to log errors, false or empty to disable * * @@ -594,7 +595,7 @@ $cfg['Error_Handler']['display'] = false; * @see http://php.net/error_log * @global string $cfg['Error_Handler']['log'] */ -$cfg['Error_Handler']['log'] = false; +//$cfg['Error_Handler']['log'] = false; /** * gather all errors in session to be displayed on a error reporting page