]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroup.class.php
Some optimization related to confirm save feature.
[timetracker.git] / WEB-INF / lib / ttGroup.class.php
index e232a0e1af30cd180d63ddce36b16dc7b24c8995..44e225b23b0bb819ab8b33c0ef3803edaae6fec9 100644 (file)
@@ -104,7 +104,6 @@ class ttGroup {
       $this->custom_logo = $val['custom_logo'];
       */
       $this->config = $val['config'];
-      /*
       $config = new ttConfigHelper($this->config);
       // Set user config options.
       $this->show_holidays = $config->getDefinedValue('show_holidays');
@@ -112,6 +111,7 @@ class ttGroup {
       $this->allow_overlap = $config->getDefinedValue('allow_overlap');
       $this->future_entries = $config->getDefinedValue('future_entries');
       $this->uncompleted_indicators = $config->getDefinedValue('uncompleted_indicators');
+      /*
       if ($this->isPluginEnabled('wu')) {
         $minutes_in_unit = $config->getIntValue('minutes_in_unit');
         if ($minutes_in_unit) $this->minutes_in_unit = $minutes_in_unit;