« back to folderblog
folderblogwiki

KnownBugs

For french users (and perhaps others too) :

in fb.php, line 464 :

"<#fbdate#>" => strftime($date_format,filemtime($fbimage[1])+$time_difference),

displays "mercredi 31 ao?t 2005"

? should be moved in :

"<#fbdate#>" => utf8_encode(strftime($date_format,filemtime($fbimage[1])+$time_difference)),

=> mercredi 31 août 2005

:D
Home  Index  Recent Changes  folderblog
Last edited February 23, 2008 at 10:51pm.(edit this entry)