[imp] [patch] Date format not like choosen

Daniel Eckl daniel.eckl at gmx.de
Wed Mar 31 07:04:08 PST 2004


To make the date format I choose in imp -> preferences to be equal to
the result, I suggest this patch.

Without this patch, I can choose format:

Die, 30. Mär 2004

and I get:

Die, 30. Mär, 2004

--- imp/config/prefs.php.orig   Wed Mar 31 17:00:09 2004
+++ imp/config/prefs.php.dist   Wed Mar 31 17:00:34 2004
@@ -781,8 +781,8 @@
         '%a, %b %e, %Y' => strftime('%a, %b %e, %Y'),
         '%a, %b %e, %y' => strftime('%a, %b %e, %y'),
         '%a, %b %e' => strftime('%a,%b %e'),
-        '%a, %e %b, %Y' => strftime( '%a, %e %b %Y'),
-        '%a, %e %b, %y' => strftime( '%a, %e %b %y'),
+        '%a, %e %b %Y' => strftime( '%a, %e %b %Y'),
+        '%a, %e %b %y' => strftime( '%a, %e %b %y'),
         '%e %b %Y' => strftime('%e %b %Y'),
         '%e. %b %Y' => strftime('%e. %b %Y'),
         '%e. %m %Y' => strftime('%e %m %Y'),

Greets,
Daniel


More information about the imp mailing list