MantisBT: master a14b882d

Author Committer Branch Timestamp Parent
dhx dhx master 2010-11-19 08:53 master ec53b72a
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