From 093df5de532ea2f307119d97c9eb16fac2c39dfd Mon Sep 17 00:00:00 2001 From: tibo Date: Tue, 3 Mar 2020 07:10:36 +0000 Subject: [PATCH] =?UTF-8?q?les=20racines=20sont=20tri=C3=A9es=20par=20plug?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/get.php b/api/get.php index 27da2d4..68d36a4 100644 --- a/api/get.php +++ b/api/get.php @@ -16,7 +16,7 @@ $where_clause = 'WHERE 1 = 1'; $sql = ' WITH arbre (parent, id, link, code, name, level, path) AS ( - SELECT 0, id, link, code, libelle, 0, "{0} [" || id || "]" + SELECT 0, id, link, code, libelle, 0, "{" || plugin || "} [" || id || "]" FROM v_items_tree WHERE parent IS NULL UNION ALL SELECT