Skip to content

Commit 54c6ecb

Browse files
committed
indentation
1 parent 878af04 commit 54c6ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/menu.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ function getModelFromItem($item)
105105
}
106106
if ($DB->tableExists($modeltable)) {
107107
$query = "SELECT `$modeltable`.`name` AS model
108-
FROM `$modeltable` WHERE
109-
`$modeltable`.`id` = " . $item->fields[$modelfield];
108+
FROM `$modeltable`
109+
WHERE `$modeltable`.`id` = " . $item->fields[$modelfield];
110110
if ($resmodel = $DB->doQuery($query)) {
111111
while ($rowModel = $DB->fetchAssoc($resmodel)) {
112112
$typemodel = $rowModel["model"];

0 commit comments

Comments
 (0)