]> wagnertech.de Git - timetracker.git/commitdiff
Cosmetic, whitespace.
authoranuko <support@anuko.com>
Mon, 25 Dec 2017 15:39:21 +0000 (15:39 +0000)
committeranuko <support@anuko.com>
Mon, 25 Dec 2017 15:39:21 +0000 (15:39 +0000)
WEB-INF/lib/form/Table.class.php

index 78fddf5045556ca868a32118aca0f7ab28f5a76b..64df89051c85ff3dac8788fc24bd2ead43f6b1b7 100644 (file)
@@ -88,7 +88,7 @@ class Table extends FormElement {
     return @$this->mData[$rowindex][$this->mColumnFields[$colindex]];
   }
        
-  function getValueAtName($rowindex,$fieldname) {
+  function getValueAtName($rowindex, $fieldname) {
     if (!$this->mProccessed) $this->_process();
     return @$this->mData[$rowindex][$fieldname];
   }