adding a picto warning if the limit of MAILING_LIMIT_SENDBYWEB is exceeded
This commit is contained in:
parent
768aff911d
commit
fc8646e9b2
@ -56,6 +56,7 @@ $sref=isset($_GET["sref"])?$_GET["sref"]:$_POST["sref"];
|
||||
|
||||
llxHeader('',$langs->trans("Mailing"),'EN:Module_EMailing|FR:Module_Mailing|ES:Módulo_Mailing');
|
||||
|
||||
$html = new Form($db);
|
||||
|
||||
$sql = "SELECT m.rowid, m.titre, m.nbemail, m.statut, m.date_creat as datec";
|
||||
$sql.= " FROM ".MAIN_DB_PREFIX."mailing as m";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user