From 41fd0445840bdd37d7be019eab800bfc331ef812 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 25 Oct 2008 02:53:37 +0000 Subject: [PATCH] Ignore listtopic fields --- usr/local/www/pkg_edit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php index 17b25bd5c4..a88c25face 100755 --- a/usr/local/www/pkg_edit.php +++ b/usr/local/www/pkg_edit.php @@ -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.