projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08cede
)
Fixes perso marketing (all marketing were Xorg marketing).
author
Stéphane Jacob
<sj@m4x.org>
Mon, 19 Jul 2010 13:14:41 +0000
(15:14 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 19 Jul 2010 13:14:41 +0000
(15:14 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/marketing.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/marketing.inc.php
b/include/marketing.inc.php
index
18f02a6
..
7b50b25
100644
(file)
--- a/
include/marketing.inc.php
+++ b/
include/marketing.inc.php
@@
-173,7
+173,7
@@
class Marketing
if ($res->numRows() == 0) {
return null;
}
- list ($uid, $email, $type, $data, $from, $sender
i
, $personal_notes) = $res->fetchOneRow();
+ list ($uid, $email, $type, $data, $from, $sender, $personal_notes) = $res->fetchOneRow();
return new Marketing($uid, $email, $type, $data, $from, $sender, $personal_notes);
}