Skip to content

Commit

Permalink
Dev Small display fix for question editing
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 21, 2012
1 parent 2140b86 commit fe60f14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@
<?php }
else
{
echo "[{$eqrow['other']}] - ".$clang->gT("Cannot be changed (survey is active)"); ?>
if($eqrow['other']=='Y') $clang->eT("Yes"); else $clang->eT("No");
echo " - ".$clang->gT("Cannot be changed (survey is active)"); ?>
<input type='hidden' name='other' value="<?php echo $eqrow['other']; ?>" />
<?php } ?>
</li>
Expand Down

0 comments on commit fe60f14

Please sign in to comment.