Skip to content

Commit

Permalink
Removed feature: 'allowmandbackwards' config option is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 17, 2014
1 parent 44d3287 commit 06addf2
Show file tree
Hide file tree
Showing 2 changed files with 203 additions and 224 deletions.
2 changes: 0 additions & 2 deletions application/config/config-defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
$config['timeadjust'] = 0; // Number of hours to adjust between your webserver local time and your own local time (for datestamping responses)
$config['allowexportalldb'] = 0; // 0 will only export prefixed tables when doing a database dump. If set to 1 ALL tables in the database will be exported
$config['maxdumpdbrecords'] = 500; // The maximum number of records that would be ouputted in a go during a database backup. Reduce this number if you're getting errors while backing up the entire database.
$config['allowmandbackwards'] = 1; // Allow moving backwards (ie: << prev) through survey if a mandatory question
// has not been answered. 1=Allow, 0=Deny
$config['deletenonvalues'] = 1; // By default, LimeSurvey does not save responses to conditional questions that haven't been answered/shown. To have LimeSurvey save these responses change this value to 0.
$config['stringcomparizonoperators'] = 0; // By default, LimeSurvey assumes the numrical order for comparizon operators in conditions. If you need string comparizon operators, set this parameter to 1
$config['shownoanswer'] = 1; // Show 'no answer' for non mandatory questions ( 0 = no , 1 = yes , 2 = survey admin can choose )
Expand Down
Loading

2 comments on commit 06addf2

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A lot of tab to space ?

@c-schmitz
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, obviously someone used wrong editor settings in the past.

Please sign in to comment.