From b0ea30ed85b9e737bc6b3c7c5b7ec6ffe73c7803 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 May 2002 20:22:14 +0000 Subject: - Fixed missing translations and missing lm()'s (including the one Marco fixed). --- modules/archive.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/archive.module') diff --git a/modules/archive.module b/modules/archive.module index d7a91f3c7..2e3e281e1 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -72,7 +72,7 @@ function archive_display($original = 0) { } else { // due to text-decoration we use drupal_url() instead of lm() - $output .= " "archive", "date" => $date), "module") ." \" style=\"text-decoration: none;\">$nday\n"; + $output .= " ". lm($nday, array("mod" => "archive", "date" => $date), "", array("style" => "text-decoration: none;")) ."\n"; } // Start every week on a new line: -- cgit v1.2.3