"maxeditingtime" => 1800,
"changepassword" => true,
"country" => "",
- "guestloginbutton" => 1
+ "guestloginbutton" => 1,
+ "debug" => 7
);
?>
require("$CFG->libdir/moodlelib.php"); // Other general-purpose functions
-/// Set error reporting back to normal
- error_reporting(7);
-
-
/// Load up any configuration from the config table
if ($configs = get_records("config")) {
}
+/// Set error reporting back to normal
+ error_reporting($CFG->debug);
+
+
/// Location of standard files
$CFG->wordlist = "$CFG->libdir/wordlist.txt";
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
-$version = 2002122700; // The current version is a date (YYYYMMDDXX)
+$version = 2002123000; // The current version is a date (YYYYMMDDXX)
$release = "1.0.8 dev"; // User-friendly version number