the more stupid stupidity
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Tue, 1 Feb 2005 21:50:17 +0000 (21:50 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:28:00 +0000 (23:28 +0200)
Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-18
   oups

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-431

bin/newsletter.send.php

index 465ca00..5bfd708 100755 (executable)
@@ -38,7 +38,7 @@ $nl = new NewsLetter($id);
 $nl->setSent();
 
 while(true) {
-    $res = $globals->dbx->iterRow(
+    $res = $globals->xdb->iterRow(
             "SELECT  ni.user_id, a.alias,
                      u.prenom, IF(u.epouse='', u.nom, u.epouse),
                      FIND_IN_SET('femme', u.flags),