mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-05 13:49:21 +02:00
Houses should be bugfree now. Removed debugging code.
This commit is contained in:
parent
0326fe9919
commit
1933816180
@ -60,7 +60,6 @@ if ($house !== false && $config['TFSVersion'] === 'TFS_10') {
|
||||
// HTML structure and logic
|
||||
?>
|
||||
<h1>House: <?php echo $house['name']; ?></h1>
|
||||
<?php data_dump($house, false, "House SQL"); ?>
|
||||
<ul>
|
||||
<li><b>Town</b>: <?php echo "<a href='houses.php?id=". $house['town_id'] ."'>". $config['towns'][$house['town_id']] ."</a>"; ?></li>
|
||||
<li><b>Size</b>: <?php echo $house['size']; ?></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user