@ -701,6 +703,7 @@ function admin_page_site(&$a) {
'$poco_completion'=>array('poco_completion',t("Completion of incoming contacts"),get_config('system','poco_completion'),t("Complete data of incomplete incoming contacts that are provided by the 'portable contacts' functionality. (Useful when communicating with Redmatrix and friendica servers before 3.3)")),
'$poco_discovery'=>array('poco_discovery',t("Discover contacts from other servers"),(string)intval(get_config('system','poco_discovery')),t("Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available."),$poco_discovery_choices),
'$poco_local_search'=>array('poco_local_search',t("Search the local directory"),get_config('system','poco_local_search'),t("Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated.")),
'$use_fulltext_engine'=>array('use_fulltext_engine',t("Use MySQL full text engine"),get_config('system','use_fulltext_engine'),t("Activates the full text engine. Speeds up search - but can only search for four and more characters.")),
'$suppress_language'=>array('suppress_language',t("Suppress Language"),get_config('system','suppress_language'),t("Suppress language information in meta information about a posting.")),