Updating a weekly event on Sundays
Brought to you by:
mattwade,
mootinator
I create an event on a Sunday, select reoccurs weekly
on this day and save the event.
I then select the event and edit it.
First thing I notice is that the day of the week box
does not have sunday filled in. If I create a weekly
reoccuring event on a Monday and then come back and
edit it the day of the week is filled in.
The second and more important thing is if I update an
event that reoccurs on a sunday the event disapears.
My eamil address is jrlowry376@adelphia.net
I'm running 4.2.1
Logged In: NO
Found a fix for this:
In file ltw_classes.php change
" $this->recur_dayofweek = ($row['recur_dayofweek']) ? $row
['recur_dayofweek'] : 'NULL'; "
to
" $this->recur_dayofweek = ($row['recurring']) ? $row
['recur_dayofweek'] : 'NULL'; "
I'll leave it to the Administrator to issue a formal patch.
Geoff Burd (gpmburd@gmail.com)