From: Pierre Habouzit (MadCoder Date: Tue, 1 Feb 2005 21:50:17 +0000 (+0000) Subject: the more stupid stupidity X-Git-Tag: xorg/old~327 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=336777ad760a916a7380f6d1384e88a9fc5a3110;p=platal.git the more stupid stupidity 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 --- diff --git a/bin/newsletter.send.php b/bin/newsletter.send.php index 465ca00..5bfd708 100755 --- a/bin/newsletter.send.php +++ b/bin/newsletter.send.php @@ -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),