Skip to content

Commit

Permalink
Merge branch '2.06' of github.com:LimeSurvey/LimeSurvey into ls2.06-n…
Browse files Browse the repository at this point in the history
…ocomposer
  • Loading branch information
SamMousa committed Apr 23, 2014
2 parents 56eb2b5 + dbcb574 commit c9076a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .scrutinizer.yml
@@ -1,10 +1,10 @@
filter:
excluded_paths: [framework/*, locale/*, docs/*, fonts/*, third_party/*, application/third_party/*, images/*, styles/*, styles-public/*, templates/*, themes/*, tmp/*, upload/*]
paths: ["application"]
tools:
php_code_sniffer:
config:
standard: "PSR1"
php_pdepend:
command: pdepend
php_cs_fixer:
config: { level: psr1 }
config: { level: psr1 }
2 changes: 1 addition & 1 deletion application/views/admin/survey/subview/tabCopy_view.php
Expand Up @@ -13,7 +13,7 @@
<input id='copysurveyexcludequotas' name="copysurveyexcludequotas" type="checkbox" /></li>
<li><label for='copysurveyexcludepermissions'><?php echo $clang->gT("Exclude survey permissions?"); ?> </label>
<input id='copysurveyexcludepermissions' name="copysurveyexcludepermissions" type="checkbox"/></li>
<li><label for='copysurveyexcludeanswers'><?php echo $clang->gT("Exclude answers?"); ?> </label>
<li><label for='copysurveyexcludeanswers'><?php echo $clang->gT("Exclude answer options?"); ?> </label>
<input id='copysurveyexcludeanswers' name="copysurveyexcludeanswers" type="checkbox" /></li>
<li><label for='copysurveyresetconditions'><?php echo $clang->gT("Reset conditions/relevance?"); ?></label>
<input id='copysurveyresetconditions' name="copysurveyresetconditions" type="checkbox" /></li>
Expand Down

0 comments on commit c9076a1

Please sign in to comment.