mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-01 01:54:22 +00:00
fix: constant used as a string
This commit is contained in:
@@ -91,7 +91,7 @@ if(isset($_POST['ft'])=='check' && $allres!=0 && $allres <= $maxcarry && ($_POST
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo PLAYER;?>:</th>
|
||||
<td><a href="spieler.php?uid=<?php echo $getvilowner; ?>"><?php echo $database->getUserField($getvilowner,username,0); ?></a></td>
|
||||
<td><a href="spieler.php?uid=<?php echo $getvilowner; ?>"><?php echo $database->getUserField($getvilowner,'username',0); ?></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?php echo DURATION;?>:</th>
|
||||
|
||||
Reference in New Issue
Block a user