Skip to content

Commit

Permalink
And one more fix for creating a question.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronschmitz committed Aug 15, 2012
1 parent dc5ba90 commit 697f33a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@
foreach ($members as $type)
{
echo "<option value='{$type['tid']}'";
if ($eqrow['tid'] == $type['tid'])
if ($eqrow['class'] == $type['class'])
{
echo " selected='selected'";
}
Expand Down

0 comments on commit 697f33a

Please sign in to comment.