diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c189324b..d1ac7fe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ test: when: always script: - - date - apt-get -y update - bash -c 'mkdir -p /usr/share/man/man{0..10}' - apt-get -y install locales diff --git a/inc/RRule.php b/inc/RRule.php index 5462fe03..2bde986e 100644 --- a/inc/RRule.php +++ b/inc/RRule.php @@ -30,8 +30,8 @@ function olson_from_vtimezone( vComponent $vtz ) { return null; } -define( 'DEBUG_RRULE', true); -// define( 'DEBUG_RRULE', false ); +// define( 'DEBUG_RRULE', true); +define( 'DEBUG_RRULE', false ); /** * Wrap the DateTimeZone class to allow parsing some iCalendar TZID strangenesses