Ignore listtopic fields

This commit is contained in:
Scott Ullrich 2008-10-25 02:53:37 +00:00
parent 32487e426c
commit 41fd044584

View File

@ -145,6 +145,8 @@ if ($_POST) {
if (!$input_errors) {
$pkgarr = array();
foreach ($pkg['fields']['field'] as $fields) {
if($fields['type'] == "listtopic")
continue;
if($fields['type'] == "rowhelper") {
// save rowhelper items.
for($x=0; $x<99; $x++) { // XXX: this really should be passed from the form.