test commit
authorRaphael Marichez <falco@m4x.org>
Sun, 5 Dec 2004 16:55:22 +0000 (16:55 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:31 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-54

bin/newsletter.send.php

index 6273c5f..04abbfb 100755 (executable)
@@ -45,7 +45,7 @@ $nl = new NewsLetter($id);
 $nl->setSent();
 
 while(true) {
-    $sql = mysql_query("SELECT  ni.user_id,ni.pref, a.alias,
+    $sql = mysql_query("SELECT  ni.user_id, ni.pref, a.alias,
                                u.prenom, IF(u.epouse='', u.nom, u.epouse),
                                 FIND_IN_SET('femme', u.flags)
                          FROM  newsletter_ins AS ni