mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update dialplans.php
This commit is contained in:
@@ -178,6 +178,7 @@ require_once dirname(__DIR__, 2) . "/resources/require.php";
|
||||
$parameters['dialplan_context'] = $context;
|
||||
}
|
||||
if (!empty($search)) {
|
||||
$search = strtolower($search);
|
||||
$sql .= "and (";
|
||||
$sql .= " lower(dialplan_context) like :search ";
|
||||
$sql .= " or lower(dialplan_name) like :search ";
|
||||
|
||||
Reference in New Issue
Block a user