Vergleich inc/functions_calendar.php - 1.8.6 - 1.8.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 152Zeile 152
			}
if($link_to_day)
{

			}
if($link_to_day)
{

				$day_link = "<a href=\"".get_calendar_link($calendar['cid'], $calendar_year, $calendar_month, $day)."\">{$day}</a>";


				$calendar['link'] = get_calendar_link($calendar['cid'], $calendar_year, $calendar_month, $day);
eval("\$day_link = \"".$templates->get("calendar_mini_weekrow_day_link")."\";");

			}
else
{

			}
else
{

Zeile 429Zeile 430
{
global $db, $mybb;


{
global $db, $mybb;


	// We take in to account timezones here - we add/subtract 12 hours from our GMT time ranges

	// We take in to account timezones here - we either add 14 hours or subtract 12 hours from our GMT time ranges

	$start -= 12*3600;

	$start -= 12*3600;

	$end += 12*3600;

	$end += 14*3600;


$visible_where = '';
if($unapproved != 1)


$visible_where = '';
if($unapproved != 1)

Zeile 451Zeile 452
	{
if($event['ignoretimezone'] == 0)
{

	{
if($event['ignoretimezone'] == 0)
{

			$offset = $event['timezone'];

			$offset = (float)$event['timezone'];

		}
else
{

		}
else
{

			$offset = $mybb->user['timezone'];

			$offset = (float)$mybb->user['timezone'];

		}
$event['starttime_user'] = $event['starttime']+($offset*3600);


		}
$event['starttime_user'] = $event['starttime']+($offset*3600);