mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-14 00:26:07 +00:00
General fixes
+Fixed a bug that permitted to invite players already in an alliance +Fixed a bug that didn't delete the alliance permissions when the alliance was dispanded/dispersed or the user left the alliance by destroying his embassy +Added a new error which shows up when trying to invite someone already in an alliance
This commit is contained in:
@@ -23,7 +23,7 @@ include("alli_menu.tpl");
|
||||
</tbody></table>
|
||||
<p><button value="ok" name="s1" id="btn_ok" class="trav_buttons" alt="OK" onclick="this.disabled=true;this.form.submit();" /> Ok </button></form> </p>
|
||||
|
||||
<p class="error"><?php echo $form->getError("name1"); ?><br /><?php echo $form->getError("name2"); ?><br /><?php echo $form->getError("name3"); ?><br /><?php echo $form->getError("name4"); ?><br /><?php echo $form->getError("name5"); ?><br /><?php echo $form->getError("perm"); ?></p><br />
|
||||
<p class="error"><?php echo $form->getError("name"); ?></p><br />
|
||||
<table cellpadding="1" cellspacing="1" id="invitations" class="small_option"><thead>
|
||||
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user