From: martin Date: Tue, 30 Jul 2002 10:45:36 +0000 (+0000) Subject: Removed version (replaced by /version.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0a786cab750680477a301e83b635a6d5861ce894;p=moodle.git Removed version (replaced by /version.php --- diff --git a/lib/setup.php b/lib/setup.php index 47f95a7ec8..c3a0641908 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -16,11 +16,7 @@ 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) +// Default editing time for posts and the like (in seconds) $CFG->maxeditingtime = 1800;