From eb947fb38dd663df30e79a20a0b885e26a03ca28 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 4 May 2008 18:34:16 +0200 Subject: fixed date display in revert manager darcs-hash:20080504163416-7ad00-ec97c6f1427bb2861340afb197a774737b88bfcc.gz --- lib/plugins/revert/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/plugins') diff --git a/lib/plugins/revert/admin.php b/lib/plugins/revert/admin.php index 009dea2d2..86d9e346d 100644 --- a/lib/plugins/revert/admin.php +++ b/lib/plugins/revert/admin.php @@ -31,7 +31,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { return array( 'author' => 'Andreas Gohr', 'email' => 'andi@splitbrain.org', - 'date' => '2007-04-22', + 'date' => '2008-05-94', 'name' => 'Revert Manager', 'desc' => 'Allows you to mass revert recent edits', 'url' => 'http://wiki.splitbrain.org/plugin:revert', @@ -146,7 +146,7 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { } $cnt++; - $date = date($conf['dformat'],$recent['date']); + $date = strftime($conf['dformat'],$recent['date']); echo ($recent['type']===DOKU_CHANGE_TYPE_MINOR_EDIT) ? '
  • ' : '
  • '; echo '
    '; -- cgit v1.2.3