From 6612729419c6637b8f962ba8621c2c2a2179cbcd Mon Sep 17 00:00:00 2001 From: anuko Date: Mon, 25 Dec 2017 15:39:21 +0000 Subject: [PATCH] Cosmetic, whitespace. --- WEB-INF/lib/form/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 78fddf50..64df8905 100644 --- a/WEB-INF/lib/form/Table.class.php +++ b/WEB-INF/lib/form/Table.class.php @@ -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]; } -- 2.20.1