! -> Note
$ -> Affected files
+07-Mar-2010 Joe Hunt
+# Bug in ui_lists.inc, systypes_list_row, too many parameters in
+ call to systypes_list_cells
+$ /includes/ui/ui_lists.inc
+
06-Mar-2010 Joe Hunt
# Bug in Text(Col)WrapLines. Doesn't break on space.
$ /reporting/includes/pdf_report.inc
function systypes_list_row($label, $name, $value=null, $submit_on_change=false)
{
echo "<tr><td class='label'>$label</td>";
- systypes_list_cells(null, $name, $value, false, $submit_on_change);
+ systypes_list_cells(null, $name, $value, $submit_on_change);
echo "</tr>\n";
}