mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-17 04:03:35 +00:00
Revert accidentally committed debugging.
This commit is contained in:
parent
5ee5c1ff4a
commit
dc5c475106
@ -154,7 +154,6 @@ if ( class_exists('RepeatRule') ) {
|
||||
}
|
||||
if ( !isset($dtstart) ) {
|
||||
$tzid = $comp->GetPParamValue('DTSTART', 'TZID');
|
||||
print( $tzid . "\n");
|
||||
$dtstart = new RepeatRuleDateTime( $comp->GetPValue('DTSTART'), $tzid );
|
||||
$instances[$dtstart->UTC()] = $comp;
|
||||
}
|
||||
@ -162,7 +161,6 @@ if ( class_exists('RepeatRule') ) {
|
||||
if ( isset($p) && $p != '' ) {
|
||||
$range = $comp->GetPParamValue('RECURRENCE-ID', 'RANGE');
|
||||
$recur_tzid = $comp->GetPParamValue('RECURRENCE-ID', 'TZID');
|
||||
print( __LINE__ . ' - ' .$recur_tzid . "\n");
|
||||
$recur_utc = new RepeatRuleDateTime($p,$recur_tzid);
|
||||
$recur_utc = $recur_utc->UTC();
|
||||
if ( isset($range) && $range == 'THISANDFUTURE' ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user