Vergleich inc/functions_calendar.php - 1.8.19 - 1.8.34

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 130Zeile 130

$link_to_day = false;
// Any events on this specific day?


$link_to_day = false;
// Any events on this specific day?

			if(@count($events_cache["$day-$calendar_month-$calendar_year"]) > 0)

			if(!empty($events_cache["$day-$calendar_month-$calendar_year"]))

			{
$link_to_day = true;
}

			{
$link_to_day = true;
}

Zeile 549Zeile 549
	global $db;

$year = my_date("Y");

	global $db;

$year = my_date("Y");

 
	$feb_fix = 0;


if(!is_array($months))
{


if(!is_array($months))
{