View Issue Details

IDProjectCategoryView StatusLast Update
0007931mantisbttime trackingpublic2007-08-02 02:29
Reportervboctor Assigned Todavidnewcomb  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.1.0a4 
Summary0007931: $g_time_tracking_hours config option is never used
Description

The following configuration option is included in config_defaults_inc.php but not used in the source code. Even if it is ON, the number typed in will be considered minutes rather than hours. We should either remove it or implement the code behind it.

# When a single value is entered into the time tracking field
# is it treated as hours or minutes
$g_time_tracking_hours = ON;
TagsNo tags attached.

Activities

grangeway

grangeway

2007-05-08 17:49

reporter   ~0014455

Does this config option even still need to apply given the 'stop watch' functionality ?

davidnewcomb

davidnewcomb

2007-05-09 07:01

reporter   ~0014469

It was added in the early stages to be more flexible, I don't really think it is needed and it's not granular enough to be useful.
Unless there are any objections, I will remove it.

vboctor

vboctor

2007-05-09 11:56

manager   ~0014475

Go ahead and remove it.

grangeway

grangeway

2007-05-09 13:58

reporter   ~0014477

gone