Vergleich calendar.php - 1.6.13 - 1.6.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 1818Zeile 1818
	else
{
$mybb->input['week'] = (int)str_replace("n", "-", $mybb->input['week']);

	else
{
$mybb->input['week'] = (int)str_replace("n", "-", $mybb->input['week']);

 
		// No negative years please ;)
if($mybb->input['week'] < -62167219200)
{
$mybb->input['week'] = -62167219200;
}

	}

// This is where we've come from and where we're headed

	}

// This is where we've come from and where we're headed