Skip to content

Commit

Permalink
Fixed issue #4375: small display issue when browsing responses with t…
Browse files Browse the repository at this point in the history
…he new subquestion feature

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8785 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Jun 3, 2010
1 parent 5f47a0c commit ceeae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/browse.php
Expand Up @@ -156,7 +156,7 @@
{
$question .=' ('.$field['subquestion'].')';
}
if (isset($field['subquestion1']) && isset($field['subquestion1']))
if (isset($field['subquestion1']) && isset($field['subquestion2']))
{
$question .=' ('.$field['subquestion1'].':'.$field['subquestion2'].')';
}
Expand Down

0 comments on commit ceeae71

Please sign in to comment.