Fix: missing $langs
This commit is contained in:
parent
5a808ba472
commit
34211388be
@ -58,7 +58,7 @@ $sql.= " FROM ".MAIN_DB_PREFIX."mailing as m";
|
|||||||
$sql.= " WHERE m.statut >= 1";
|
$sql.= " WHERE m.statut >= 1";
|
||||||
$sql.= " AND m.rowid= ".$id;
|
$sql.= " AND m.rowid= ".$id;
|
||||||
$sql.= " LIMIT 1";
|
$sql.= " LIMIT 1";
|
||||||
print $sql;
|
|
||||||
$resql=$db->query($sql);
|
$resql=$db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user