]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttUser.class.php
Changed the default value of task_required field to 0 for consistency.
[timetracker.git] / WEB-INF / lib / ttUser.class.php
index 44c4862970a0f16a872dae80cd91309d2a85a37e..3f160ff99ee017b599da57b784ba8b66e0135085 100644 (file)
@@ -93,7 +93,7 @@ class ttUser {
       $this->time_format = $val['time_format'];
       $this->week_start = $val['week_start'];
       $this->tracking_mode = $val['tracking_mode'];
-      $this->task_required = intval($val['task_required']);
+      $this->task_required = $val['task_required'];
       $this->record_type = $val['record_type'];
       $this->uncompleted_indicators = $val['uncompleted_indicators'];
       $this->team = $val['team_name'];