Remove a few trailing spaces.
This commit is contained in:
parent
c87683c7c5
commit
c75f7510db
|
|
@ -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 ( ";
|
||||
|
|
|
|||
Loading…
Reference in New Issue