Dear List:
We use dd/mm/yyyy date_format. The itip invitations was not using
dd/mm/yyyy format for the Event End Date/Time where as it uses for
Start Date/Time.
Following is the diff for file itip.php in version IMP 4.1.4. This
has solved the problem.
It should be included in CVS. Whether I should file a bug report with a patch?
diff itip.php itip.php.4.1.4
658c658
< $html .= '<p><strong>' . _("End") . ':</strong> ' .
strftime($prefs->getValue('date_format') . ' ' .
$prefs->getValue('time_format'), $end) . '</p>';
---
> $html .= '<p><strong>' . _("End") . ':</strong> ' .
> strftime("%x %X", $end) . '</p>';
Regards,
Anant Athavale.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]