mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-09 18:18:22 +00:00
Remove an out of place column
This commit is contained in:
@@ -194,7 +194,6 @@
|
||||
$sql .= " dashboard_uuid, ";
|
||||
$sql .= " dashboard_name, ";
|
||||
$sql .= " dashboard_path, ";
|
||||
$sql .= " dashboard_groups, ";
|
||||
$sql .= " dashboard_order, ";
|
||||
$sql .= " cast(dashboard_enabled as text), ";
|
||||
$sql .= " dashboard_description ";
|
||||
@@ -447,4 +446,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user