Add a comment for $term in autocomplete.php //search term
This commit is contained in:
parent
1a5eb79043
commit
1721732288
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue