Старт переноса showinf_pers(); в класс
This commit is contained in:
parent
113434197e
commit
9bc4c79a8d
@ -59,10 +59,10 @@ class User
|
||||
Находится в {$this->getRoomName($this->room)}<br>
|
||||
Предметы на тушке: <br>
|
||||
USERINFO;
|
||||
while (($items = $dressed_items->fetch_assoc()) !== null) {
|
||||
print_r($items['name']);
|
||||
while (($items = $dressed_items->fetch_assoc_array()) !== null) {
|
||||
print_r($items);
|
||||
}
|
||||
echo $items['name'];
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user