Skip to content

Commit

Permalink
Fix selector id for groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelVis committed Jan 27, 2020
1 parent 6d798f9 commit 5ce80d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/management/populate_selectbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function populate_plans($defaultOption = "Select Plan", $elementName = "", $cssC
*/
function populate_groups($defaultOption = "Select Group", $elementName = "", $cssClass = "form", $mode = "", $defaultOptionValue = "") {

echo "<select onChange=\"javascript:setStringText(this.id,'group')\" id='usergroup' $mode
echo "<select onChange=\"javascript:setStringText(this.id,'usergroup')\" id='usergroup' $mode
name='$elementName' class='$cssClass' tabindex=105 />
<option value='$defaultOptionValue'>$defaultOption</option>
<option value=''></option>";
Expand Down

0 comments on commit 5ce80d7

Please sign in to comment.