diff --git a/include/event.php b/include/event.php index c24484f8a..fedbe2446 100644 --- a/include/event.php +++ b/include/event.php @@ -43,7 +43,7 @@ function format_event_html($ev) { . bbcode($ev['location']) . '

' . "\r\n"; - if (str_pos("[map", $ev['location'])==0) { + if (strpos($ev['location'], "[map")===False) { $map = generate_named_map($ev['location']); if ($map!==$ev['location']) $o.=$map; }