X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttGroup.class.php;fp=WEB-INF%2Flib%2FttGroup.class.php;h=c12be77886a53308d801f77d299335b07bca18ec;hb=d374f7228d4ece31f60028d798f6dbdef78f7925;hp=2943438a692a0746bc3c177b0536a4ff0dbc89e6;hpb=ca6d2f927b985f4d80b31e5e2c6deb98e4fae6f6;p=timetracker.git diff --git a/WEB-INF/lib/ttGroup.class.php b/WEB-INF/lib/ttGroup.class.php index 2943438a..c12be778 100644 --- a/WEB-INF/lib/ttGroup.class.php +++ b/WEB-INF/lib/ttGroup.class.php @@ -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'];