mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Misc: Database class integration.
This commit is contained in:
@@ -216,8 +216,11 @@
|
||||
echo " ".$text['label-module_category']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
$table_name = 'v_modules'; $field_name = 'module_category'; $sql_where_optional = ''; $field_current_value = $module_category;
|
||||
echo html_select_other($db, $table_name, $field_name, $sql_where_optional, $field_current_value);
|
||||
$table_name = 'v_modules';
|
||||
$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 "<br />\n";
|
||||
echo "\n";
|
||||
echo "</td>\n";
|
||||
|
||||
Reference in New Issue
Block a user