Deleted error_reporting(15)! Just turn debugging on, Ray! :-)
authormoodler <moodler>
Tue, 26 Aug 2003 17:51:07 +0000 (17:51 +0000)
committermoodler <moodler>
Tue, 26 Aug 2003 17:51:07 +0000 (17:51 +0000)
mod/workshop/lib.php

index 5c85b77268aa2341a59cd02e71276bc0acc9f342..69c72808a1f01905f118006d3d42eff02a2b905a 100644 (file)
@@ -2,8 +2,6 @@
 
 include_once("$CFG->dirroot/files/mimetypes.php");
 
-error_reporting(15);
-
 /*** Constants **********************************/
 
 $WORKSHOP_TYPE = array (0 => get_string("notgraded", "workshop"),