]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Temporary fix for not billable entries in week view.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index e5aed81dc67b894bbc77bc1820099579a498c6c3..1e692c3167ddce94687c367621a0f31e3a693afd 100644 (file)
@@ -53,11 +53,11 @@ class Table extends FormElement {
   }
   
   function setKeyField($value) {
-       $this->mKeyField = $value;
+    $this->mKeyField = $value;
   }
   
   function setData($data) {
-       if (is_array($data) && isset($data[0]) && is_array($data[0]))
+    if (is_array($data) && isset($data[0]) && is_array($data[0]))
       $this->mData = &$data;
   }