projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f75d543
)
Need a !empty() check here
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 17:27:41 +0000
(13:27 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 17:27:41 +0000
(13:27 -0400)
kronolith/lib/Block/monthlist.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Block/monthlist.php
b/kronolith/lib/Block/monthlist.php
index
5ce7528
..
2d4055a
100644
(file)
--- a/
kronolith/lib/Block/monthlist.php
+++ b/
kronolith/lib/Block/monthlist.php
@@
-126,7
+126,7
@@
class Horde_Block_Kronolith_monthlist extends Horde_Block {
$event->end = $tomorrow;
}
if (($event->end->compareDate($now) < 0 && !$event->isAllDay()) ||
- (
$this->_params['alarms']
&& !$event->alarm)) {
+ (
!empty($this->_params['alarms'])
&& !$event->alarm)) {
continue;
}