rework autocomplete: some polishing

This commit is contained in:
rabuzarus
2016-04-14 17:05:19 +02:00
committed by Roland Haeder
parent 535f382c4e
commit db581c08d0
5 changed files with 12 additions and 8 deletions
+2 -2
View File
@@ -663,7 +663,7 @@ function acl_lookup(&$a, $out_type = 'json') {
* @brief Searching for global contacts for autocompletion
*
* @param App $a
* @return array
* @return array with the search results
*/
function navbar_complete(&$a) {
@@ -704,4 +704,4 @@ function navbar_complete(&$a) {
}
}
return;
}
}