[imp] small patch for itip.php lib/MIME/Viewer directory.
Anant Athavale
asa at isac.gov.in
Thu Mar 22 08:31:16 UTC 2007
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.
More information about the imp
mailing list