Peter Schuebl
-
2003-05-30
- milestone: --> V0.6
There is a bug in the Formatstring of the date.
replace the Line
define ('_PGB_ON_DATE_FORMAT', 'on %Y-%m-%d at
%h:%M:%S %a');
with
define ('_PGB_ON_DATE_FORMAT', 'on %Y-%m-%d at
%I:%M %p');
in modules/postguestbook/pnlang/eng/userapi.php
bug is also in nor lang Files
(modules/postguestbook/pnlang/nor/userapi.php)
The format-String Characters can be found at
http://at2.php.net/manual/de/function.strftime.php
!! date-function uses different formating symbols :-(