*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-31 03:51:40 +00:00
parent 37734a41b6
commit 0f68c066df

View File

@ -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);