Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 20, 2017
1 parent d5f15c1 commit 112b389
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions application/models/Survey.php
Expand Up @@ -94,9 +94,14 @@ 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 */

/**
* @var string $format : A : All in one, G : Group by group, Q : question by question
*/
public $format = 'G';
/**
* @var string $htmlemail : Y : all email related to this survey us HTML format
*/
public $htmlemail='Y';

public $full_answers_account=null;
Expand Down

0 comments on commit 112b389

Please sign in to comment.