forgot a ;

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

View File

@@ -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);
/**