Skip to content

Commit

Permalink
New feature: Attribute hide_tip now available for date question
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_yii@12129 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 20, 2012
1 parent 6c023b2 commit a2bebb8
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 591 deletions.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -3309,7 +3309,7 @@ function questionAttributes($returnByName=false)
// End Map Options

$qattributes["hide_tip"]=array(
"types"=>"!KLMNOPRSWZ",
"types"=>"!DKLMNOPRSWZ",
'category'=>$clang->gT('Display'),
'sortorder'=>100,
'inputtype'=>'singleselect',
Expand Down

0 comments on commit a2bebb8

Please sign in to comment.