Rowhelper saves rows in incorrect order when you save for the 1st time

Ticket #1000
This commit is contained in:
Scott Ullrich 2006-06-22 13:35:01 +00:00
parent 2f19fa1460
commit 03664f640d

View File

@ -451,7 +451,6 @@ if ($pkg['tabs'] <> "") {
echo "<td><b>" . fixup_string($rowhelper['fielddescr']) . "</td>\n";
}
echo "</tr>";
echo "<tbody>";
echo "<tr>";
// XXX: traverse saved fields, add back needed rows.
@ -527,7 +526,7 @@ if ($pkg['tabs'] <> "") {
}
?>
</tbody>
<tbody></tbody>
</table>
<br><a onClick="javascript:addRowTo('maintable'); return false;" href="#"><img border="0" src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif"></a>