From a5a9cd99b4dec954c2b7381fb2cc40e371975c89 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 5 Apr 2006 01:54:41 +0000 Subject: [PATCH] News items on home page should be sorted by date of first post --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5