mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
parent
9a430130d8
commit
2873c89149
@ -562,7 +562,7 @@ class RepeatRuleDateRange {
|
|||||||
if ( $this->until == null ) return ($other->until > $this->from);
|
if ( $this->until == null ) return ($other->until > $this->from);
|
||||||
if ( $this->from == null ) return ($other->from < $this->until);
|
if ( $this->from == null ) return ($other->from < $this->until);
|
||||||
if ( $other->until == null ) return ($this->until > $other->from);
|
if ( $other->until == null ) return ($this->until > $other->from);
|
||||||
if ( $other->from == null ) return ($thi->from < $other->until);
|
if ( $other->from == null ) return ($this->from < $other->until);
|
||||||
|
|
||||||
return !( $this->until < $other->from || $this->from > $other->until );
|
return !( $this->until < $other->from || $this->from > $other->until );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user