From 425bdbefbecc6e659828cbba0b3c3b27113cd1f0 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 9 Nov 2021 20:56:27 -0700 Subject: [PATCH] Remove an out of place column --- core/dashboard/dashboard_edit.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/dashboard/dashboard_edit.php b/core/dashboard/dashboard_edit.php index 851d331542..8ddfd2cb73 100644 --- a/core/dashboard/dashboard_edit.php +++ b/core/dashboard/dashboard_edit.php @@ -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"; -?> \ No newline at end of file +?>