mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Issue #132 - missed one in previous commit
This commit is contained in:
@@ -253,7 +253,7 @@ unset($dateArray);
|
||||
$ds = ''; // Gets set if viewing a single day
|
||||
if (isset($_POST['jump']))
|
||||
{
|
||||
$dateArray = getdate(mktime(0, 0, 0, $_POST['jumpmonth'], 1, $_POST['jumpyear']));
|
||||
$dateArray = $ecal_class->gmgetdate(mktime(0, 0, 0, $_POST['jumpmonth'], 1, $_POST['jumpyear']));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user