mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-16 08:11:00 +00:00
more fixes
This commit is contained in:
@@ -7,9 +7,11 @@ $send = $database->getMovement("1",$village->wid,1);
|
||||
$total_for2 = count($send);
|
||||
for($y=0;$y < $total_for;$y++){
|
||||
for($i=0;$i < $total_for2;$i++){
|
||||
if($units[$y]['ref'] == $send[$i]['ref2']){
|
||||
$res1 = mysql_query("SELECT * FROM " . TB_PREFIX . "send where id = ".$send[$i]['ref']."");
|
||||
$res = mysql_fetch_array($res1);
|
||||
}
|
||||
}
|
||||
$timer = $y+1;
|
||||
if ($units[$y]['sort_type']==3){
|
||||
if ($units[$y]['attack_type']==3){
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<tbody><tr>
|
||||
<th>Tag</th>
|
||||
<td class="tag">
|
||||
<input class="text" name="ally1" value="<?php echo $form->getValue("ally1"); ?>" maxlength="8">
|
||||
<input class="text" name="ally1" value="<?php echo $form->getValue("ally1"); ?>" maxlength="15">
|
||||
<span class="error"><?php echo $form->getError("ally1"); ?></span>
|
||||
|
||||
</td>
|
||||
@@ -17,7 +17,7 @@
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<td class="nam">
|
||||
<input class="text" name="ally2" value="<?php echo $form->getValue("ally2"); ?>" maxlength="25">
|
||||
<input class="text" name="ally2" value="<?php echo $form->getValue("ally2"); ?>" maxlength="50">
|
||||
<span class="error"><?php echo $form->getError("ally2"); ?></span>
|
||||
</td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user