Closed (fixed)
Project:
Event
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2006 at 16:31 UTC
Updated:
6 Apr 2007 at 09:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
chrissearle commentedSeeing the same - just wondering if you got any further with this?
Comment #2
elroyguess commentedI had the same error, too.
After changing line 1511 in event.module in function event_validate_form_date from
$node->{$prefix . 'hour'} = variable_get('event_ampm', '0') ? date('H', $timestamp) : date('g', $timestamp);to
$node->{$prefix . 'hour'} = variable_get('event_ampm', '0') ? date('g', $timestamp) : date('H', $timestamp);it worked. The authors mixed up the parameters 'g' for 12-hour-format and 'H' for 24-hour-format. ;)
Comment #3
chrissearle commentedJust checked this with event.module that I have (22/05/06). Works fine.
I've just noticed that when I edit a post that had start 13:00 end 00:00 (following day) both the minutes ended up as :10 in the edit - but - I'll have to go check see if I have the latest module. Still - works well when adding content now :)
Comment #4
chrissearle commentedYep - that was it. Latest version (as of 19th sep) with the change of g/H and its working well.
Comment #5
frjo commentedI had the same problem and the fix in #2 is working for me as well. I'm using the 4.7 version as of 2006-10-29.
I'm setting this to critical since the bug make it impossible to post events that take place in the afternoon/evening when using 24h notation.
Comment #6
killes@www.drop.org commentedcan somebody roll a patch from this?
Comment #7
mcurry commentedAdding this to "my issues".
Comment #8
Moxide commentedSorry, I hadn't read this post and I made another issue with a patch here: http://drupal.org/node/93402.
Comment #9
Moxide commentedI closed the duplicate and reroll a patch here.
This patch is against the 4.7-1.x version.
Comment #10
killes@www.drop.org commentedapplied
Comment #11
(not verified) commentedComment #12
tormiPatch http://drupal.org/node/117326#comment-198438 reintroduced this bug.
Tormi
Comment #13
killes@www.drop.org commentedreverted the other patch
Comment #14
(not verified) commented