]> git.mjollnir.org Git - moodle.git/commitdiff
Removed version (replaced by /version.php
authormartin <martin>
Tue, 30 Jul 2002 10:45:36 +0000 (10:45 +0000)
committermartin <martin>
Tue, 30 Jul 2002 10:45:36 +0000 (10:45 +0000)
lib/setup.php

index 47f95a7ec81afc6f1cd2cbe0ea8a960efaeb2d22..c3a0641908cc3f2b5f03635cd0dd3f1079f77016 100644 (file)
 
     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;