From: selliott Date: Thu, 5 Feb 2004 20:48:06 +0000 (+0000) Subject: Used existing string showrecent for button text in print_recent_activity_selector. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aae8c680c9c3c9ebccfb3f05239673c3fb1c2db1;p=moodle.git Used existing string showrecent for button text in print_recent_activity_selector. --- diff --git a/course/lib.php b/course/lib.php index 1d1ec3d08e..e000bc668d 100644 --- a/course/lib.php +++ b/course/lib.php @@ -135,7 +135,7 @@ function print_recent_selector_form($course, $selecteduser=0, $selecteddate="tod choose_from_menu ($users, "user", $selecteduser, get_string("allparticipants") ); choose_from_menu ($dates, "date", $selecteddate, get_string("alldays")); choose_from_menu ($activities, "modid", $selectedactivity, get_string("allactivities"), "", ""); - echo ""; + echo ""; echo ""; echo ""; }