X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Facl_selectors.php;h=e69ac36f683c20a329d6f8676053a9a06a8a1684;hb=9941c73a313c0478c067885ec9a7fa00c86eef98;hp=076bb2a49839e525ae2ac889ea56af811168e974;hpb=a0cdd9c67446b8e7a5a81e64e72478310a235d65;p=friendica.git diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 076bb2a498..e69ac36f68 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -186,9 +186,6 @@ function contact_selector($selname, $selclass, $options, $preselected = false) function contact_select($selname, $selclass, $preselected = false, $size = 4, $privmail = false, $celeb = false, $privatenet = false, $tabindex = null) { - - require_once "include/bbcode.php"; - $a = get_app(); $o = ''; @@ -716,7 +713,7 @@ function navbar_complete(App $a) { // check if searching in the local global contact table is enabled $localsearch = Config::get('system','poco_local_search'); - $search = $prefix.notags(trim($_REQUEST['search'])); + $search = notags(trim($_REQUEST['search'])); $mode = $_REQUEST['smode']; // don't search if search term has less than 2 characters