diff --git a/admin/printablesurvey.php b/admin/printablesurvey.php index 1dea37f9345..61d84532f5f 100644 --- a/admin/printablesurvey.php +++ b/admin/printablesurvey.php @@ -308,13 +308,14 @@ } else { - while ($dearow = mysql_fetch_array($dearesult)) - { - echo "\t\t\t{$dearow['answer']}
\n"; - } - if ($deqrow['other'] == "Y") - { - echo "\t\t\t"._OTHER."
\n"; + while ($dearow = mysql_fetch_array($dearesult)) + { + echo "\t\t\t{$dearow['answer']}
\n"; + } + if ($deqrow['other'] == "Y") + { + echo "\t\t\t"._OTHER."
\n"; + } } break; case "O": //LIST WITH COMMENT