From: SourceForge.net <no...@so...> - 2006-03-17 04:27:18
|
mod/phpwstimelog item #1450942, was opened at 2006-03-15 22:23 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706227&aid=1450942&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Defect Group: None Status: Open >Resolution: Accepted >Priority: 9 Submitted By: Shaun Murray (singletrack) Assigned to: Greg Meiste (blindman1344) Summary: 12 v 24 hour time Initial Comment: If you have /conf/dateSettings.en.php set as... if (!defined("PHPWS_TIME_FORMAT")) define("PHPWS_TIME_FORMAT", "H:i:s"); ...which is the default for phpWebSite, the entry form is in 24 hour format. The module expects 12 hour format with an AM/PM form field set. As there's none, you can't submit an entry and it gives an error. This is due to the EZForm timeForm() function which switches the AMPM field off if dateSettings has a G or H instead of g or h. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2006-03-16 22:27 Message: Logged In: YES user_id=780595 Good catch! Thanks for finding this issue. This has been fixed in CVS. Thanks again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=706227&aid=1450942&group_id=81360 |