Skip to content
Snippets Groups Projects
Commit 4116308a authored by Karen Stevenson's avatar Karen Stevenson
Browse files

Fix typo that creates a parsing error

parent fb3e20a1
No related branches found
No related tags found
No related merge requests found
......@@ -1478,7 +1478,7 @@ function calendar_url_append($view) {
*/
function calendar_setup_form($view_name) {
calendar_load_date_api();
$view = views_get_view($view_name):
$view = views_get_view($view_name);
$form = array();
$time = mktime(1, 15, 0, 1, 1, date('Y', date_time()));
$time_options = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment