From: moodler Date: Wed, 28 Jan 2004 14:49:56 +0000 (+0000) Subject: Removed function, and updated versions X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e06a8263a1a220eb0f0363d9f35d10bf15785118;p=moodle.git Removed function, and updated versions --- diff --git a/mod/forum/lib.php b/mod/forum/lib.php index a44cd72c97..8fcb66fc91 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2313,14 +2313,4 @@ function forum_print_posts_nested($parent, $course, $ratings, $reply) { return $ratingsmenuused; } -function forum_set_display_mode($mode=0) { - global $USER, $CFG; - - if ($mode) { - $USER->mode = $mode; - } else if (empty($USER->mode)) { - $USER->mode = $CFG->forum_displaymode; - } -} - ?> diff --git a/mod/forum/version.php b/mod/forum/version.php index be3f3fa549..e1392704fc 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004012400; -$module->requires = 2004012700; // Requires this Moodle version +$module->version = 2004012800; +$module->requires = 2004012800; // Requires this Moodle version $module->cron = 60; ?>