mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-22 04:53:39 +00:00
Revert accidental change to dates per row.
This commit is contained in:
parent
40212665ca
commit
d75bca52f0
@ -27,7 +27,7 @@ foreach( $tests AS $start => $rrule ) {
|
||||
$rule = new RRule( new iCalDate($start), $rrule );
|
||||
$i = 0;
|
||||
do {
|
||||
if ( ($i % 10) == 0 ) echo "\n";
|
||||
if ( ($i % 4) == 0 ) echo "\n";
|
||||
$date = $rule->GetNext();
|
||||
if ( isset($date) ) {
|
||||
echo " " . $date->Render();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user