Skip to content

Commit

Permalink
dev: changed default value for html editor to 'Y'
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 authored and olleharstedt committed May 28, 2021
1 parent 85857c9 commit 620a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/create-database.php
Expand Up @@ -721,7 +721,7 @@ function populateDatabase($oDB)
'publicstatistics' => "string(1) NOT NULL DEFAULT 'N'",
'publicgraphs' => "string(1) NOT NULL DEFAULT 'N'",
'listpublic' => "string(1) NOT NULL DEFAULT 'N'",
'htmlemail' => "string(1) NOT NULL DEFAULT 'N'",
'htmlemail' => "string(1) NOT NULL DEFAULT 'Y'",
'sendconfirmation' => "string(1) NOT NULL DEFAULT 'Y'",
'tokenanswerspersistence' => "string(1) NOT NULL DEFAULT 'N'",
'assessments' => "string(1) NOT NULL DEFAULT 'N'",
Expand Down

0 comments on commit 620a46c

Please sign in to comment.