projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee36f5
)
debug code drop (hum...)
author
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:59:20 +0000
(11:59 +0000)
committer
x99bachelart
<x99bachelart>
Mon, 29 Sep 2003 11:59:20 +0000
(11:59 +0000)
locales/fr.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/locales/fr.inc.php
b/locales/fr.inc.php
index
b8a3e45
..
55d260f
100644
(file)
--- 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 {