projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81696e
)
Deleted error_reporting(15)! Just turn debugging on, Ray! :-)
author
moodler
<moodler>
Tue, 26 Aug 2003 17:51:07 +0000
(17:51 +0000)
committer
moodler
<moodler>
Tue, 26 Aug 2003 17:51:07 +0000
(17:51 +0000)
mod/workshop/lib.php
patch
|
blob
|
history
diff --git
a/mod/workshop/lib.php
b/mod/workshop/lib.php
index 5c85b77268aa2341a59cd02e71276bc0acc9f342..69c72808a1f01905f118006d3d42eff02a2b905a 100644
(file)
--- a/
mod/workshop/lib.php
+++ b/
mod/workshop/lib.php
@@
-2,8
+2,6
@@
include_once("$CFG->dirroot/files/mimetypes.php");
-error_reporting(15);
-
/*** Constants **********************************/
$WORKSHOP_TYPE = array (0 => get_string("notgraded", "workshop"),