mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-07 05:14:31 +00:00
Update assignpos.tpl
This commit is contained in:
committed by
GitHub
parent
16362a3203
commit
a6eb4dd624
@@ -24,7 +24,8 @@ include("alli_menu.tpl");
|
||||
<select name="a_user" class="name dropdown">
|
||||
<?php
|
||||
foreach($memberlist as $member){
|
||||
if($member['id'] != $session->uid && !$database->isAllianceOwner($member['id'])){
|
||||
//NOT WORKING IF I ACTIVATE THIS LINE
|
||||
//if($member['id'] != $session->uid && !$database->isAllianceOwner($member['id'])){
|
||||
echo "<option value=".$member['id'].">".$member['username']."</option>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user