X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fevent.php;h=13c414c9e30f3907b875f429d5fe162efc7f629c;hb=088b075bbaf1da6ffdd24654c7ed7ac775ee111a;hp=c4111dc0b174869be3fff15d6b58599a10d06bcd;hpb=e55f9f8f07c42d1accf28ce31a100a671f2738c9;p=friendica.git diff --git a/include/event.php b/include/event.php index c4111dc0b1..13c414c9e3 100644 --- a/include/event.php +++ b/include/event.php @@ -61,7 +61,7 @@ function format_event_html($ev, $simple = false) { . bbcode($ev['location']) . '

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