Skip to content

Commit

Permalink
Fixed issue #6799: Dummy token generation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Nov 2, 2012
1 parent 62d1735 commit 8ec9355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/export/exportresults_view.php
Expand Up @@ -129,7 +129,7 @@
<?php $attrfieldnames=getTokenFieldsAndNames($surveyid,true);
foreach ($attrfieldnames as $attr_name=>$attr_desc)
{
echo "<option value='$attr_name' id='$attr_name' />".$attr_desc."</option>\n";
echo "<option value='$attr_name' id='$attr_name' />".$attr_desc['description']."</option>\n";
} ?>
</select></fieldset>
<?php } ?>
Expand Down

0 comments on commit 8ec9355

Please sign in to comment.