Standards and a new function to fetch content
This commit is contained in:
@@ -64,7 +64,7 @@ class Delivery extends BaseObject
|
||||
$itemdata = Item::select([], $condition, $params);
|
||||
|
||||
$items = [];
|
||||
while ($item = dba::fetch($itemdata)) {
|
||||
while ($item = Item::fetch($itemdata)) {
|
||||
if ($item['id'] == $parent_id) {
|
||||
$parent = $item;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user