projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972fd3c
)
Removes var_dump.
author
Stéphane Jacob
<sj@m4x.org>
Fri, 17 Sep 2010 10:46:14 +0000
(12:46 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sat, 18 Sep 2010 13:01:54 +0000
(15:01 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetevents.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetevents.php
b/modules/xnetevents.php
index
9db873e
..
b8c0fe6
100644
(file)
--- a/
modules/xnetevents.php
+++ b/
modules/xnetevents.php
@@
-585,7
+585,6
@@
class XnetEventsModule extends PLModule
$u = 0;
subscribe_lists_event($member->uid, $evt, -1, $paid);
} else {
- var_dump($u);
$u = $u['cnt'] ? $u['nb'] : null;
subscribe_lists_event($member->uid, $evt, ($u > 0 ? 1 : 0), $paid);
}