From e1a829b25fd095027dd6e132c08c864f832853d3 Mon Sep 17 00:00:00 2001 From: nohn Date: Sat, 7 May 2005 17:29:42 +0000 Subject: [PATCH] backport --- .../serendipity_plugin_history/serendipity_plugin_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)).' [...]'); -- 2.39.5