From 00d5882fa59e406c03280c36d6ac63726dbb4231 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 5 Jan 2005 13:22:48 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jours=20des=20infos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/mailing/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/comm/mailing/index.php b/htdocs/comm/mailing/index.php index 29609427fdf..0d46595b2b4 100644 --- a/htdocs/comm/mailing/index.php +++ b/htdocs/comm/mailing/index.php @@ -107,20 +107,20 @@ print ''; /* - * Actions commerciales a faire + * * */ -$sql = "SELECT m.titre, m.nbemail"; +$sql = "SELECT m.rowid, m.titre, m.nbemail"; $sql .= " FROM ".MAIN_DB_PREFIX."mailing as m"; - +$sql .= " LIMIT 10"; if ( $db->query($sql) ) { $num = $db->num_rows(); if ($num > 0) { print ''; - print ''; + print ''; $var = true; $i = 0; @@ -130,7 +130,7 @@ if ( $db->query($sql) ) $var=!$var; print ""; - print ''; + print ''; print ''; $i++;
'.$langs->trans("ActionsToDo").'
10 derniers mailing
'.$obj->titre.''.$obj->titre.''.$obj->nbemail.'