*** empty log message ***
This commit is contained in:
parent
37734a41b6
commit
0f68c066df
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user