forgot a ;

This commit is contained in:
Alexander M. Turek
2002-06-09 14:40:45 +00:00
parent e290b3fe9c
commit 11629acf5c

View File

@@ -9,7 +9,7 @@
*/ */
// Sets the php error reporting - Please do not change this line! // Sets the php error reporting - Please do not change this line!
error_reporting(E_ALL) error_reporting(E_ALL);
/** /**