From bbd4ff0238468ba31d96f743f7013d99a856bb89 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 13 Mar 2003 17:21:51 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20filtre=20sur=20le=20champs=20vis?= =?UTF-8?q?ible,=20voir=20le=20mail=20pour=20la=20modif=20a=20faire=20sur?= =?UTF-8?q?=20la=20base=20de=20donn=E9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/const.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php index 19d409efc63..4080966d9cf 100644 --- a/htdocs/admin/const.php +++ b/htdocs/admin/const.php @@ -69,7 +69,7 @@ if ($user->admin) } } -$sql = "SELECT rowid, name, value, type, note FROM llx_const ORDER BY name ASC"; +$sql = "SELECT rowid, name, value, type, note FROM llx_const WHERE visible = 1 ORDER BY name ASC"; $result = $db->query($sql); if ($result) {