From 11629acf5c50dc36aa5fb826ea777c41cafebc4b Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 9 Jun 2002 14:40:45 +0000 Subject: [PATCH] forgot a ; --- config.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php3 b/config.inc.php3 index 320046c008..6182ce73db 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -7,9 +7,9 @@ * * All directives are explained in Documentation.html */ - + // Sets the php error reporting - Please do not change this line! -error_reporting(E_ALL) +error_reporting(E_ALL); /**