]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Cosmetic, whitespace.
[timetracker.git] / 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];
   }