From: moodler Date: Wed, 5 Apr 2006 01:54:41 +0000 (+0000) Subject: News items on home page should be sorted by date of first post X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a5a9cd99b4dec954c2b7381fb2cc40e371975c89;p=moodle.git News items on home page should be sorted by date of first post --- diff --git a/index.php b/index.php index 014bf5b45a..265b93cd69 100644 --- a/index.php +++ b/index.php @@ -145,7 +145,7 @@ } print_heading_block($headertext); - forum_print_latest_discussions($SITE, $newsforum, $SITE->newsitems); + forum_print_latest_discussions($SITE, $newsforum, $SITE->newsitems, 'plain', 'p.modified DESC'); } break;