Merge branch 'w46_MDL-30294_m22_errorsinthemefiles' of git://github.com/skodak/moodle

This commit is contained in:
Sam Hemelryk
2011-11-21 12:48:06 +13:00
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@
*/
// disable moodle specific debug messages and any errors in output,
// comment out when debugging or better look into error log!
define('NO_DEBUG_DISPLAY', true);
// we need just the values from config.php and minlib.php
define('ABORT_AFTER_CONFIG', true);
require('../config.php'); // this stops immediately at the beginning of lib/setup.php
+4
View File
@@ -24,6 +24,10 @@
*/
// disable moodle specific debug messages and any errors in output,
// comment out when debugging or better look into error log!
define('NO_DEBUG_DISPLAY', true);
// we need just the values from config.php and minlib.php
define('ABORT_AFTER_CONFIG', true);
require('../config.php'); // this stops immediately at the beginning of lib/setup.php
+4
View File
@@ -24,6 +24,10 @@
*/
// disable moodle specific debug messages and any errors in output,
// comment out when debugging or better look into error log!
define('NO_DEBUG_DISPLAY', true);
// we need just the values from config.php and minlib.php
define('ABORT_AFTER_CONFIG', true);
require('../config.php'); // this stops immediately at the beginning of lib/setup.php