Skip to content

Commit

Permalink
Update assignpos.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowss authored Oct 31, 2024
1 parent 16362a3 commit a6eb4dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Templates/Alliance/assignpos.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
}
}
Expand Down

0 comments on commit a6eb4dd

Please sign in to comment.