Вывод личного дела. Дебаг.
This commit is contained in:
parent
03ed5eee99
commit
f671855131
@ -177,6 +177,10 @@ EMPTY_SLOT;
|
|||||||
echo nl2br($this->info);
|
echo nl2br($this->info);
|
||||||
}
|
}
|
||||||
echo '</div><!-- user-info-container-lower -->';
|
echo '</div><!-- user-info-container-lower -->';
|
||||||
|
|
||||||
|
$this->Bank = new Bank($this->id);
|
||||||
|
echo sprintf('Денег в банке: %s. <br> session_uid: %s.', $this->Bank->money, $_SESSION['uid']);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function showStarSign() {
|
public function showStarSign() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user