Skip to content

Commit

Permalink
Dev: removed tab and return char from json in db
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 12, 2017
1 parent 87b8552 commit aa3be3a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/helpers/update/updatedb_helper.php
Expand Up @@ -432,12 +432,12 @@ function upgradeTemplateTables295($oDB){
$oDB->createCommand()->insert('{{template_configuration}}', array(
'id' => '1',
'templates_name' => 'default',
'files_css' => '{\r\n"add": ["css/template.css", "css/animate.css"]\r\n}',
'files_js' => '{\r\n"add": ["scripts/template.js"]\r\n}',
'files_print_css' => '{\r\n"add":"css/print_template.css",\r\n}',
'options' => '{\r\n"ajaxmode":"on",\r\n"brandlogo":"on",\r\n"backgroundimage":"on",\r\n"animatebody":"on",\r\n"bodyanimation":"lightSpeedIn",\r\n"animatequestion":"on",\r\n"questionanimation":"flipInX",\r\n"animatealert":"on",\r\n"alertanimation":"shake"\r\n}',
'files_css' => '{"add": ["css/template.css", "css/animate.css"]}',
'files_js' => '{"add": ["scripts/template.js"]}',
'files_print_css' => '{"add":"css/print_template.css",}',
'options' => '{"ajaxmode":"on","brandlogo":"on","backgroundimage":"on","animatebody":"on","bodyanimation":"lightSpeedIn","animatequestion":"on","questionanimation":"flipInX","animatealert":"on","alertanimation":"shake"}',
'cssframework_name' => 'bootstrap',
'cssframework_css' => '{\r\n"replace": ["css/bootstrap.css", "css/yiistrap.css"]\r\n}',
'cssframework_css' => '{"replace": ["css/bootstrap.css", "css/yiistrap.css"]}',
'cssframework_js' => '',
'packages_to_load' => 'template-default,',
'packages_ltr' => 'template-default-ltr,',
Expand Down

0 comments on commit aa3be3a

Please sign in to comment.