mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Deleted error_reporting(15)! Just turn debugging on, Ray! :-)
This commit is contained in:
parent
c81696e599
commit
6849648f51
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
include_once("$CFG->dirroot/files/mimetypes.php");
|
include_once("$CFG->dirroot/files/mimetypes.php");
|
||||||
|
|
||||||
error_reporting(15);
|
|
||||||
|
|
||||||
/*** Constants **********************************/
|
/*** Constants **********************************/
|
||||||
|
|
||||||
$WORKSHOP_TYPE = array (0 => get_string("notgraded", "workshop"),
|
$WORKSHOP_TYPE = array (0 => get_string("notgraded", "workshop"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue