Skip to content

Commit

Permalink
Fixed issue #6796: "Get order from previous question" functionality d…
Browse files Browse the repository at this point in the history
…oes not work
  • Loading branch information
c-schmitz committed Oct 31, 2012
1 parent a05af8b commit 628a44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -3842,7 +3842,7 @@ function questionAttributes($returnByName=false)
"help"=>$clang->gT('Force the choice list and the rank list to have the same height'));

$qattributes["parent_order"]=array(
"types"=>"!ABCEFHKLMOPQRWZ1:;",
"types"=>":",
'category'=>$clang->gT('Display'),
'sortorder'=>100,
'inputtype'=>'text',
Expand Down

0 comments on commit 628a44b

Please sign in to comment.