From 0f68c066df3bdb0560c9d4e2f51a758fd0f706cd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 31 Dec 2002 03:51:40 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/adherents/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index 83ad5f86c88..7c723257d86 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -37,7 +37,7 @@ $var=True; $sql = "SELECT count(*) as somme , t.libelle FROM llx_adherent as d, llx_adherent_type as t"; -$sql .= " WHERE d.fk_adherent_type = t.rowid AND d.statut = 1 GROUP BY t.libelle"; +$sql .= " WHERE d.fk_adherent_type = t.rowid AND statut = 1 GROUP BY t.libelle"; $result = $db->query($sql);