]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroup.class.php
Starting to use on behalf group properties.
[timetracker.git] / WEB-INF / lib / ttGroup.class.php
index 2943438a692a0746bc3c177b0536a4ff0dbc89e6..c12be77886a53308d801f77d299335b07bca18ec 100644 (file)
@@ -84,8 +84,8 @@ class ttGroup {
       $this->date_format = $val['date_format'];
       $this->time_format = $val['time_format'];
       $this->week_start = $val['week_start'];
-      /* TODO: initialize other things here.
       $this->tracking_mode = $val['tracking_mode'];
+      /* TODO: initialize other things here.
       $this->project_required = $val['project_required'];
       $this->task_required = $val['task_required'];
       $this->record_type = $val['record_type'];