From: Michael Vogel Date: Thu, 27 Dec 2018 17:04:06 +0000 (+0100) Subject: Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=94eca7704130822bf83bb5fee6930dee6bae81dd;p=friendica.git Merge pull request #6315 from MrPetovan/bug/6309-add-fulltext-index-profile Rework mod/match and mod/msearch --- 94eca7704130822bf83bb5fee6930dee6bae81dd diff --cc src/Model/Event.php index d25f2a151a,784a9ffee8..ce77ee7a93 --- a/src/Model/Event.php +++ b/src/Model/Event.php @@@ -14,15 -14,11 +14,11 @@@ use Friendica\Core\PConfig use Friendica\Core\Renderer; use Friendica\Core\System; use Friendica\Database\DBA; -use Friendica\Model\Contact; use Friendica\Util\DateTimeFormat; use Friendica\Util\Map; +use Friendica\Util\Strings; use Friendica\Util\XML; - require_once 'boot.php'; - require_once 'include/dba.php'; - require_once 'include/items.php'; - /** * @brief functions for interacting with the event database table */