Modules: Updates for PHP 8.1

This commit is contained in:
fusionate
2023-06-09 17:51:01 +00:00
parent d8652d72e9
commit 3f94d93411
3 changed files with 36 additions and 12 deletions

View File

@@ -247,7 +247,7 @@
$field_name = 'module_category';
$sql_where_optional = '';
$field_current_value = $module_category;
echo html_select_other($table_name, $field_name, $sql_where_optional, $field_current_value);
echo html_select_other($table_name, $field_name, $sql_where_optional, $field_current_value, $field_name.' asc', $text['label-other']);
echo "</td>\n";
echo "</tr>\n";