Prevent all field names from being the same

https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3306907&group_id=17457
This commit is contained in:
Jamie Cameron
2011-05-26 20:08:10 -07:00
parent 2a0df1a75c
commit 8d9bf75259

View File

@@ -936,6 +936,7 @@ if (@fields) {
}
print &ui_table_row($f->[1], $input);
$i++;
}
print &ui_table_end();
}