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/archive.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/archive.module') diff --git a/modules/archive.module b/modules/archive.module index 7dbe4eda0..1d711a9a8 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -33,14 +33,14 @@ function archive_display($original = 0) { // Generate calendar header: $output .= "\n\n"; $output .= "\n"; - $output .= " \n"; + $output .= " \n"; // Generate the days of the week: $somesunday = mktime(0, 0, 0, 3, 20, 1994); $output .= " "; for ($i = 0; $i < 7; $i++) { - $output .= ""; + $output .= ""; } $output .= "\n"; @@ -72,7 +72,7 @@ function archive_display($original = 0) { } else { // due to text-decoration we use drupal_url() instead of lm() - $output .= " \n"; + $output .= " \n"; } // Start every week on a new line: -- cgit v1.2.3
".lm("<", array("mod" => "archive", "date" => $prev))."   ". date("F Y", $original) ."   " . ($next <= $thislast ? lm(">", array("mod" => "archive", "date" => $next)) : ">") . "
". lm("<", array("mod" => "archive", "date" => $prev)) ." ". date("F Y", $original) ." ". ($next <= $thislast ? lm(">", array("mod" => "archive", "date" => $next)) : ">") ."
" . substr(ucfirst(t(date("l", $somesunday + $i * 86400))), 0, 1) . "". substr(ucfirst(t(date("l", $somesunday + $i * 86400))), 0, 1) ."
"archive", "date" => $date), "module")." \" style=\"text-decoration: none;\">$nday "archive", "date" => $date), "module") ." \" style=\"text-decoration: none;\">$nday