public/main/calendar/ical_export.php
Variable "DaysShort" is not in valid camel caps format Open
Open
$DaysShort = api_get_week_days_short();
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info_by_id($_GET['course_id']);
- Exclude checks
Variable "MonthsLong" is not in valid camel caps format Open
Open
$MonthsLong = api_get_months_long();
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$agenda->set_course($course_info);
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
list($y, $m, $d, $h, $M, $s) = preg_split('/[\s:-]/', $event['start_date']);
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_MYAGENDA;
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
if (!empty($course_info)) {
- Exclude checks
Variable "m2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "h2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
$ical->setConfig('filename', $y.$m.$d.$h.$M.$s.'-'.rand(1, 1000).'.ics');
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
['year' => $y, 'month' => $m, 'day' => $d, 'hour' => $h, 'min' => $M, 'sec' => $s]
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
$M2 = $M + 15;
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
list($y2, $m2, $d2, $h2, $M2, $s2) = preg_split('/[\s:-]/', $event['end_date']);
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
list($y2, $m2, $d2, $h2, $M2, $s2) = preg_split('/[\s:-]/', $event['end_date']);
- Exclude checks
Variable "y2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "DaysLong" is not in valid camel caps format Open
Open
$DaysLong = api_get_week_days_long();
- Exclude checks
Variable "s2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
if ($M2 > 60) {
- Exclude checks
Variable "d2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "m2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M2 - 60;
- Exclude checks
Variable "y2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M + 15;
- Exclude checks
Variable "d2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
$ical->setConfig('filename', $y.$m.$d.$h.$M.$s.'-'.rand(1, 1000).'.ics');
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
list($y, $m, $d, $h, $M, $s) = preg_split('/[\s:-]/', $event['start_date']);
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M2 - 60;
- Exclude checks
Variable "h2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M" is not in valid camel caps format Open
Open
$M2 = $M + 15;
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M2 - 60;
- Exclude checks
Variable "s2" contains numbers but this is discouraged Open
Open
$vevent->setDtend(new DateTime("$y2-$m2-$d2 $h2:$M2:$s2"));
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M2 - 60;
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
$M2 = $M + 15;
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$vevent->setLocation($course_info['name']); // property name - case independent
- Exclude checks
Variable "M2" is not in valid camel caps format Open
Open
if ($M2 > 60) {
- Exclude checks