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 78fddf5..64df890 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];
   }