mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 01:17:17 +00:00
Merge pull request #75 from armando1980/patch-30
fix report when spies not return
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
## TRAVIANZ ##
|
## TRAVIANZ ##
|
||||||
############################################################
|
############################################################
|
||||||
$dataarray = explode(",",$message->readingNotice['data']);
|
$dataarray = explode(",",$message->readingNotice['data']);
|
||||||
|
$colspan="10";
|
||||||
$colspan2="10";
|
$colspan2="10";
|
||||||
//attacker
|
//attacker
|
||||||
if ($database->getUserField($dataarray[0],'username',0)!="??") {
|
if ($database->getUserField($dataarray[0],'username',0)!="??") {
|
||||||
@@ -298,4 +299,4 @@ for($i=129;$i<=138;$i++) {
|
|||||||
</tr></tbody></table>
|
</tr></tbody></table>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td></tr></tbody></table>
|
</td></tr></tbody></table>
|
||||||
|
|||||||
Reference in New Issue
Block a user