Added version number for Moodle

This commit is contained in:
martin 2002-05-24 06:35:03 +00:00
parent a99e41938e
commit 9c438a5bc3

View File

@ -16,6 +16,10 @@
error_reporting(7); // use 0=none 7=normal 15=all
// Moodle overall version
$CFG->moodleversion = "1.0";
// Default editing time for discussions and the like (in seconds)
$CFG->maxeditingtime = 1800;