projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0db1ca6
)
Adds missing array declaration.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 4 Nov 2010 09:34:31 +0000
(10:34 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 4 Nov 2010 09:34:31 +0000
(10:34 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/register.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/register.php
b/modules/register.php
index
f2de6a3
..
8d3d177
100644
(file)
--- a/
modules/register.php
+++ b/
modules/register.php
@@
-449,6
+449,7
@@
class RegisterModule extends PLModule
SET success = NOW()
WHERE uid = {?}", $uid);
+ $market = array();
while (list($senderid, $maketingEmails, $lastDate) = $res->next()) {
$sender = User::getWithUID($senderid);
$market[] = " - par $sender->fullName() sur $maketingEmails (le plus récemment le $lastDate)";