projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6087596
)
Removes a forgotten debug statement.
author
Vincent Zanotti
<vincent.zanotti@m4x.org>
Sun, 10 May 2009 16:47:05 +0000
(18:47 +0200)
committer
Vincent Zanotti
<vincent.zanotti@m4x.org>
Sun, 10 May 2009 16:47:05 +0000
(18:47 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
include/reminder.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/reminder.inc.php
b/include/reminder.inc.php
index
4632167
..
835fab0
100644
(file)
--- a/
include/reminder.inc.php
+++ b/
include/reminder.inc.php
@@
-147,7
+147,6
@@
abstract class Reminder
if ($position <= 0) {
$class = self::GetClassName($candidate['name']);
if ($class && call_user_func(array($class, 'IsCandidate'), $user)) {
- print $class;
return new $class($user, $candidate);
}
unset($candidates[$key]);