Skip to content

Commit

Permalink
Revert "Fixed issue #11031: email HTML is set to No by default (chang…
Browse files Browse the repository at this point in the history
…e than 2.06 and first 2.50 system)"

This reverts commit 722b2d8.
  • Loading branch information
Shnoulle committed May 9, 2016
1 parent 7b9f2c3 commit a9d75a3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions application/models/Survey.php
Expand Up @@ -25,12 +25,8 @@ class Survey extends LSActiveRecord
* @var array
*/
protected $findByPkCache = array();
/* Default settings for new survey */
/* This settings happen for whole new Survey, not only admin/survey/sa/newsurvey */
/* Set some setting not by default database */
public $format = 'G';
public $htmlemail='Y';


public $full_answers_account=null;
public $partial_answers_account=null;
public $searched_value;
Expand Down

0 comments on commit a9d75a3

Please sign in to comment.