fix: constant used as a string

This commit is contained in:
Martin Ambrus
2017-11-08 18:01:00 +01:00
parent 6ef538b365
commit ed8628bfb2
+1 -1
View File
@@ -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>