mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Remove a few trailing spaces.
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
$sql .= "and l.menu_language = '".$_SESSION['domain']['language']['code']."' ";
|
||||
$sql .= "and l.menu_uuid = '".$this->menu_uuid."' ";
|
||||
$sql .= "and i.menu_uuid = '".$this->menu_uuid."' ";
|
||||
$sql .= "and i.menu_item_parent_uuid = '$menu_item_uuid' ";
|
||||
$sql .= "and i.menu_item_parent_uuid = '$menu_item_uuid' ";
|
||||
$sql .= "and i.menu_item_uuid in ";
|
||||
$sql .= "(select menu_item_uuid from v_menu_item_groups where menu_uuid = '".$this->menu_uuid."' ";
|
||||
$sql .= "and ( ";
|
||||
|
||||
Reference in New Issue
Block a user