Update conference_profiles.php

This commit is contained in:
FusionPBX 2016-07-16 17:43:38 -06:00 committed by GitHub
parent 072c40dc84
commit 4aefa035f1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
//add the search term
$search = check_str($_GET["search"]);
if (strlen($search) > 0) {
$sql_search = "and (";
$sql_search = "where (";
$sql_search .= "profile_name like '%".$search."%'";
$sql_search .= "or profile_enabled like '%".$search."%'";
$sql_search .= "or profile_description like '%".$search."%'";