From af04e86a785d44045c198145afaea436f3724ff0 Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 31 Jan 2005 01:03:41 +0000 Subject: [PATCH] Removing deprecated and
. --- user/index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5