fix search function

remotes/origin/stable
Georg Ehrke 15 years ago
parent 064d6b8a2c
commit 67a8ae084a
  1. 1
      apps/calendar/templates/calendar.php

@ -25,6 +25,7 @@
$date = substr($data['startdate'], 0, 10);
list($year, $month, $day) = explode('-', $date);
echo '$(\'#calendar_holder\').fullCalendar(\'gotoDate\', ' . $year . ', ' . --$month . ', ' . $day . ');';
echo '$(\'#dialog_holder\').load(OC.filePath(\'calendar\', \'ajax\', \'editeventform.php\') + \'?id=\' + ' . $_['showevent'] . ' , Calendar.UI.startEventDialog);';
}
?>
});

Loading…
Cancel
Save