projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ec929
)
Yet another query.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 14:27:57 +0000
(16:27 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 14:27:57 +0000
(16:27 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/email.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/email.php
b/modules/email.php
index
1496b04
..
df211d6
100644
(file)
--- a/
modules/email.php
+++ b/
modules/email.php
@@
-740,7
+740,7
@@
class EmailModule extends PLModule
FROM email_watch AS w
INNER JOIN email_redirect_account AS r ON (w.email = r.redirect)
INNER JOIN email_source_account AS s ON (s.uid = r.uid AND s.type = \'forlife\')
- INNER JOIN accounts AS a ON (
w
.uid = a.uid)
+ INNER JOIN accounts AS a ON (
r
.uid = a.uid)
WHERE w.email = {?}
ORDER BY s.email',
$email);