Skip to content

Commit

Permalink
Added version number for Moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed May 24, 2002
1 parent a99e419 commit 9c438a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9c438a5

Please sign in to comment.