mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +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
|
$ds = ''; // Gets set if viewing a single day
|
||||||
if (isset($_POST['jump']))
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user