mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add a comment for $term in autocomplete.php //search term
This commit is contained in:
@@ -33,7 +33,8 @@ else {
|
||||
exit;
|
||||
}
|
||||
|
||||
$term = check_str($_GET['term']);
|
||||
//search term
|
||||
$term = check_str($_GET['term']);
|
||||
|
||||
//add multi-lingual support
|
||||
$language = new text;
|
||||
|
||||
Reference in New Issue
Block a user