[11:38:05] Could you add a link to the current place to write changes in the topic? [11:44:22] 7 not 8 [11:45:14] So the Friday we can bump the recurrence iteration incrementing 1 and putting a "Next week", and Monday "Next week" becomes "This week" [12:51:01] Dereckson: err isn't /6 this weeks? [13:04:48] so anyone around for the code review? :D [13:06:15] Nikerabbit: yup six [13:06:45] Dereckson: so topic is one week ahead [13:37:39] Nikerabbit: for 299967 the round operation immediately follows $rx = floor( somevalue ) [13:37:52] so $rx is already a float value representing an integer before round is called [13:38:41] I suspect that was rounded before $rw was floored in chronological order [13:38:41] lemme see [13:38:46] $rx [13:38:57] do you think you can find the change where this happened? [14:34:21] Nikerabbit: added like that by bawolff in 3ed2aced [14:34:44] So you recommend I split the change in two parts, one for the divide by zero, one for the extraneous round? [14:35:57] Dereckson: let me see again if I can wrap my head around it