From: martin Date: Thu, 6 Jun 2002 02:59:44 +0000 (+0000) Subject: WHoops .... time should be 1800 seconds X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=14be161501435941bd86ea8ec7e662aaaa72cc66;p=moodle.git WHoops .... time should be 1800 seconds --- diff --git a/lib/setup.php b/lib/setup.php index 094ad4399e..6a12ff0473 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -22,7 +22,7 @@ // Default editing time for discussions and the like (in seconds) - $CFG->maxeditingtime = 10; + $CFG->maxeditingtime = 1800; // Location of standard files