mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
fix report problem
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
############################################################
|
||||
$dataarray = explode(",",$message->readingNotice['data']);
|
||||
if(isset($dataarray[151]) and $dataarray[151]!=0){$colspan="11";}else{$colspan="10";}
|
||||
$colspan2 = 10;
|
||||
?>
|
||||
<table cellpadding="1" cellspacing="1" id="report_surround">
|
||||
<thead>
|
||||
|
||||
@@ -9,6 +9,7 @@ $time = $database->getNotice2($_GET['id'], 'time');
|
||||
$data = $database->getNotice2($_GET['id'], 'data');
|
||||
$dataarray = explode(",",$data);
|
||||
if($dataarray[151]!='' and $dataarray[151]!=0){$colspan="11";}else{$colspan="10";}
|
||||
$colspan2 = 10;
|
||||
?>
|
||||
<table cellpadding="1" cellspacing="1" id="report_surround">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user