mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-13 23:38:41 +00:00
use global namespace
This commit is contained in:
parent
35f13e99c6
commit
1dc6ed5ed1
|
|
@ -93,7 +93,7 @@ class Navigation
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$uriPdo = rtrim($uriPdo, ',');
|
$uriPdo = \rtrim($uriPdo, ',');
|
||||||
$sth = $this->dbPool->get('select')->con->prepare('SELECT * FROM `' . $this->dbPool->get('select')->prefix . 'nav` WHERE `nav_pid` IN(' . $uriPdo . ') ORDER BY `nav_order` ASC');
|
$sth = $this->dbPool->get('select')->con->prepare('SELECT * FROM `' . $this->dbPool->get('select')->prefix . 'nav` WHERE `nav_pid` IN(' . $uriPdo . ') ORDER BY `nav_order` ASC');
|
||||||
|
|
||||||
$i = 1;
|
$i = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user