MantisBT: master-1.2.x 0bf8b4f6

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-11-19 08:53 master-1.2.x b6e66fbd
Affected Issues  0012363: billing report seems not to include enddate
Changeset

Fix 0012363: Billing report end date is inaccurate

The strototime() function was being called incorrectly, leading to the
last day of a billing report range not being included in the results.

There was also an off-by-one-second mistake with calculating the
timestamp denoting the end of any given day in the billing report range.

Thanks to vr5 for the initial patch.

mod - core/bugnote_api.php Diff File