From 59578f49d3498d38666326073902513788ba975a Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 31 Jul 2002 15:52:44 +0000 Subject: [PATCH] Tweak on readings display on social course --- course/social.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/course/social.php b/course/social.php index 61cfada5c2..e6b70c2359 100644 --- a/course/social.php +++ b/course/social.php @@ -25,9 +25,9 @@ // Then, print all the available readings - print_simple_box("Readings", $align="CENTER", $width="100%", $color="$THEME->cellheading"); + print_simple_box("Resources", $align="CENTER", $width="100%", $color="$THEME->cellheading"); - if ($readings = list_all_readings($course->id, "timemodified ASC", 0, true)) { + if ($readings = list_all_readings($course->id, "timemodified DESC", 0, true)) { foreach ($readings as $reading) { $readingdata[] = $reading; $readingicon[] = "\"Reading\""; -- 2.39.5