]> git.mxchange.org Git - friendica.git/blobdiff - include/acl_selectors.php
Remove references to include/bbcode.php
[friendica.git] / include / acl_selectors.php
index 076bb2a49839e525ae2ac889ea56af811168e974..e69ac36f683c20a329d6f8676053a9a06a8a1684 100644 (file)
@@ -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