MantisBT: master c2f89cac

Author Committer Branch Timestamp Parent
Damien Regad Damien Regad master 2011-07-08 03:53 master a6c20c96
Changeset

Initialize the user summary array before calculating the billing total

When calculating the user's total time, the use of += operator in the for loop
causes the display of an E_NOTICE system error, due to access of an undefined
index during the first assignment for a given user.

This has no impact when using default values for $g_display_errors since
E_NOTICE is set to none.

mod - billing_inc.php Diff File