From: defacer Date: Mon, 31 Jan 2005 01:03:41 +0000 (+0000) Subject: Removing deprecated and
. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=af04e86a785d44045c198145afaea436f3724ff0;p=moodle.git Removing deprecated and
. --- diff --git a/user/index.php b/user/index.php index a0f206c3bb..ff870bee55 100644 --- a/user/index.php +++ b/user/index.php @@ -135,9 +135,7 @@ echo ''; if (($CFG->longtimenosee < 500) and (!$page) and ($sort == "lastaccess")) { - echo "

("; - print_string("unusedaccounts","",$CFG->longtimenosee); - echo ")

"; + echo '

('.get_string('unusedaccounts', '', $CFG->longtimenosee).')

'; } /// Print paging bars if necessary