Тесты
This commit is contained in:
@@ -5,5 +5,7 @@ $items = db::c()->query('SELECT `id`, `name`, `img`, `duration`, `maxdur`,
|
||||
`bron1`, `bron2`, `bron3`, `bron4`,
|
||||
type, prototype, otdel
|
||||
FROM inventory WHERE owner = 10736 AND dressed = 1')->fetch_assoc();
|
||||
|
||||
while ($items) {
|
||||
$items['id'] = $items;
|
||||
}
|
||||
print_r($items);
|
||||
Reference in New Issue
Block a user