From de5b9a168daeef12b6f7bcf6e43b767a2d7f35d8 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Mon, 22 Apr 2002 09:05:36 +0000 Subject: - bug fixes: * fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch. --- modules/statistics.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/statistics.module') diff --git a/modules/statistics.module b/modules/statistics.module index 3c7753f22..a0bb70439 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -92,7 +92,7 @@ function statistics_admin() { if (user_access("administer statistics")) { - print "".la(t("internal referrers"), array("mod" => "statistics", "type" => "internal+referrer"))." | ".la(t("external referrers"), array("mod" => "statistics", "type" => "external+referrer"))." | ".la(t("help"), array("mod" => "statistics", "op" => "help"))."
\n"; + print "". la(t("internal referrers"), array("mod" => "statistics", "type" => "internal+referrer")) ." | ". la(t("external referrers"), array("mod" => "statistics", "type" => "external+referrer")) ." | ". la(t("help"), array("mod" => "statistics", "op" => "help")) ."
\n"; switch ($op) { case "help": -- cgit v1.2.3