From 628a44b532f05a4e5766a0f65f9f5f544d987430 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 31 Oct 2012 14:58:03 +0100 Subject: [PATCH] Fixed issue #6796: "Get order from previous question" functionality does not work --- application/helpers/common_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/common_helper.php b/application/helpers/common_helper.php index 8613f462e3d..1b7228675ac 100644 --- a/application/helpers/common_helper.php +++ b/application/helpers/common_helper.php @@ -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',