From: nohn Date: Sat, 7 May 2005 17:29:42 +0000 (+0000) Subject: backport X-Git-Tag: 0.8.1~22 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e1a829b25fd095027dd6e132c08c864f832853d3;p=s9y.git backport --- diff --git a/plugins/serendipity_plugin_history/serendipity_plugin_history.php b/plugins/serendipity_plugin_history/serendipity_plugin_history.php index 18a3f57..833bd62 100644 --- a/plugins/serendipity_plugin_history/serendipity_plugin_history.php +++ b/plugins/serendipity_plugin_history/serendipity_plugin_history.php @@ -227,7 +227,7 @@ class serendipity_plugin_history extends serendipity_plugin $e[$x]['title'], 'serendipityHTTPPath' ); - $date = ($displaydate=='0') ? '' : strftime($dateformat,$e[$x]['timestamp']); + $date = ($displaydate=='0') ? '' : serendipity_strftime($dateformat,$e[$x]['timestamp']); $t = ($maxlength==0 || strlen($e[$x]['title'])<=$maxlength) ? $e[$x]['title'] : (trim(serendipity_mb('substr', $e[$x]['title'], 0, $maxlength-3)).' [...]');