projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18bd96a
)
test commit
author
Raphael Marichez
<falco@m4x.org>
Sun, 5 Dec 2004 16:55:22 +0000
(16:55 +0000)
committer
Florent 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
patch
|
blob
|
blame
|
history
diff --git
a/bin/newsletter.send.php
b/bin/newsletter.send.php
index
6273c5f
..
04abbfb
100755
(executable)
--- a/
bin/newsletter.send.php
+++ b/
bin/newsletter.send.php
@@
-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