From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- includes/Credits.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'includes/Credits.php') diff --git a/includes/Credits.php b/includes/Credits.php index ff33de74..62f0b256 100644 --- a/includes/Credits.php +++ b/includes/Credits.php @@ -87,11 +87,13 @@ function getAuthorCredits($article) { $timestamp = $article->getTimestamp(); if ($timestamp) { - $d = $wgLang->timeanddate($article->getTimestamp(), true); + $d = $wgLang->date($article->getTimestamp(), true); + $t = $wgLang->time($article->getTimestamp(), true); } else { $d = ''; + $t = ''; } - return wfMsg('lastmodifiedby', $d, $author_credit); + return wfMsg('lastmodifiedatby', $d, $t, $author_credit); } /** -- cgit v1.2.2