瀏覽代碼

Remove an out of place column

markjcrane 3 年之前
父節點
當前提交
e9f703bddb
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      core/dashboard/dashboard_edit.php

+ 1 - 2
core/dashboard/dashboard_edit.php

@@ -194,7 +194,6 @@
 		$sql .= " dashboard_uuid, ";
 		$sql .= " dashboard_uuid, ";
 		$sql .= " dashboard_name, ";
 		$sql .= " dashboard_name, ";
 		$sql .= " dashboard_path, ";
 		$sql .= " dashboard_path, ";
-		$sql .= " dashboard_groups, ";
 		$sql .= " dashboard_order, ";
 		$sql .= " dashboard_order, ";
 		$sql .= " cast(dashboard_enabled as text), ";
 		$sql .= " cast(dashboard_enabled as text), ";
 		$sql .= " dashboard_description ";
 		$sql .= " dashboard_description ";
@@ -447,4 +446,4 @@
 //include the footer
 //include the footer
 	require_once "resources/footer.php";
 	require_once "resources/footer.php";
 
 
-?>
+?>