Skip to content

Commit

Permalink
Fixed #3548: Question attribute page_break cannot be used on all ques…
Browse files Browse the repository at this point in the history
…tion types

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@7429 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Aug 10, 2009
1 parent 0d9db8e commit c751da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.php
Expand Up @@ -3449,7 +3449,7 @@ function questionAttributes($returnByName=false)
"caption"=>$clang->gT('Value equals SGQA'));

$qattributes["page_break"]=array(
"types"=>"15ABCEFGHKLMNOPRWYZ!:",
"types"=>"15ABCDEFGHKLMNOPQRSTUWXYZ!:;",
"help"=>$clang->gT('Insert a page break before this question in printable view by setting this to 1.'),
"caption"=>$clang->gT('Insert page break in printable view'));

Expand Down

0 comments on commit c751da4

Please sign in to comment.