https://bugzilla.wikimedia.org/show_bug.cgi?id=33930
--- Comment #1 from John McClure <[email protected]> 2012-01-24 18:44:21 UTC --- looks to me like cur_date_jd is never reset after its initial value... so i've added the following to SMW_SetRecurringDate.php @189.. $cur_date_jd = $cur_date->getDataItem()->getJD(); #jmc It runs as expected now, stopping at the correct iteration. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
