profile options were not correctly saved if in subtable

This commit is contained in:
Roland Gruber 2005-07-11 18:53:53 +00:00
parent 4fc2ca15af
commit 6be9971a0e
1 changed files with 2 additions and 1 deletions

View File

@ -644,7 +644,8 @@ function parseHtml($module, $input, $values, $restricted, &$tabindex, &$tabindex
break;
// sub table
case 'table':
parseHtml($module, $input[$i][$j]['value'], $values, $restricted, $tabindex, $tabindexLink, $scope);
$retTemp = parseHtml($module, $input[$i][$j]['value'], $values, $restricted, $tabindex, $tabindexLink, $scope);
$ret = array_merge($ret, $retTemp);
break;
// help link
case 'help':