Forums
(@mksander)
16 years, 2 months ago
Fixed this with a workaround around line 350 like this: $blah = str_replace(“T”, ” “, $blah); $blah = str_replace(“Z”, “”, $blah); $commentdata[‘comment_date’] = gmdate(“Y-m-d H:i:s”,strtotime($blah));
Strange chars in the timestamp.
Same happens for me. It also looks like it doesn’t support chars like ??? , the comment cuts right before those chars.
Regards, Magnus