test
This commit is contained in:
@@ -14,8 +14,8 @@ class DressedItems
|
||||
{
|
||||
try {
|
||||
$this->DB = db::c()->query('SELECT * FROM inventory WHERE owner_id = ?i AND dressed_slot > 0', $user_id);
|
||||
} catch (\Krugozor\Database\Mysql\Exception $exception) {
|
||||
echo '<div class="debug">' . $exception . '</div>';
|
||||
} catch (Exception $e) {
|
||||
echo '<div class="debug">' . $e . '</div>';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user