fix search function
This commit is contained in:
parent
064d6b8a2c
commit
67a8ae084a
|
@ -25,6 +25,7 @@
|
||||||
$date = substr($data['startdate'], 0, 10);
|
$date = substr($data['startdate'], 0, 10);
|
||||||
list($year, $month, $day) = explode('-', $date);
|
list($year, $month, $day) = explode('-', $date);
|
||||||
echo '$(\'#calendar_holder\').fullCalendar(\'gotoDate\', ' . $year . ', ' . --$month . ', ' . $day . ');';
|
echo '$(\'#calendar_holder\').fullCalendar(\'gotoDate\', ' . $year . ', ' . --$month . ', ' . $day . ');';
|
||||||
|
echo '$(\'#dialog_holder\').load(OC.filePath(\'calendar\', \'ajax\', \'editeventform.php\') + \'?id=\' + ' . $_['showevent'] . ' , Calendar.UI.startEventDialog);';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue