From: x99bachelart Date: Mon, 29 Sep 2003 11:59:20 +0000 (+0000) Subject: debug code drop (hum...) X-Git-Tag: 1.8~386 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=87cafcc4375ed519bbcd48914dec5020d5f80d13;p=banana.git debug code drop (hum...) --- diff --git a/locales/fr.inc.php b/locales/fr.inc.php index b8a3e45..55d260f 100644 --- a/locales/fr.inc.php +++ b/locales/fr.inc.php @@ -23,7 +23,7 @@ function locale_header_date($_text) { if ($now-$_text < 86400) { return date("H:i",$_text); } elseif (($now-$_text < 2*86400) and ((($date["yday"]-$dnow["yday"])%365)==1)) { - return "hier ".date("H:i",$_text)." ".$date["yday"]." ".$dnow["yday"]; + return "hier ".date("H:i",$_text); } elseif ($now-$_text < 604800) { return $days[$date["wday"]]." ".date("H:i",$_text); } else {