X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fevent.php;h=1c34e03cc686e7f0e2e8e15d9a58adf57aa8413a;hb=9e3bae5caa6725737c2a1221a6c499e06ea0077c;hp=c86ba732b8ef80ed26b59f762610d6dc8896e666;hpb=05a2ea42206aa8ee7fae3ad3566614769ff2e2ee;p=friendica.git diff --git a/include/event.php b/include/event.php index c86ba732b8..1c34e03cc6 100644 --- a/include/event.php +++ b/include/event.php @@ -16,7 +16,6 @@ use Friendica\Model\Profile; use Friendica\Util\DateTimeFormat; use Friendica\Util\Map; -require_once 'include/bbcode.php'; require_once 'include/conversation.php'; function format_event_html($ev, $simple = false) { @@ -239,7 +238,6 @@ function event_delete($event_id) { function event_store($arr) { require_once 'include/items.php'; - require_once 'include/bbcode.php'; $a = get_app();