projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5d1ba7b
)
Cosmetic, whitespace.
author
anuko
<support@anuko.com>
Mon, 25 Dec 2017 15:39:21 +0000
(15:39 +0000)
committer
anuko
<support@anuko.com>
Mon, 25 Dec 2017 15:39:21 +0000
(15:39 +0000)
WEB-INF/lib/form/Table.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/form/Table.class.php
b/WEB-INF/lib/form/Table.class.php
index
78fddf5
..
64df890
100644
(file)
--- 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];
}