Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-06-15 04:32:59 +02:00
parent 2d5c35b12a
commit 1736ecfa26
3 changed files with 3 additions and 3 deletions

View File

@ -7508,7 +7508,7 @@ function printCommonFooter($zone = 'private')
if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID)) if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID))
{ {
$tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID); $tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID);
foreach($tmptagarray as $tmptag) { foreach ($tmptagarray as $tmptag) {
print "\n"; print "\n";
print "<!-- JS CODE TO ENABLE for google analtics tag -->\n"; print "<!-- JS CODE TO ENABLE for google analtics tag -->\n";
print " print "

View File

@ -339,7 +339,7 @@ if (!empty($morelogincontent) && is_array($morelogincontent)) {
if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID)) if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID))
{ {
$tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID); $tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID);
foreach($tmptagarray as $tmptag) { foreach ($tmptagarray as $tmptag) {
print "\n"; print "\n";
print "<!-- JS CODE TO ENABLE for google analtics tag -->\n"; print "<!-- JS CODE TO ENABLE for google analtics tag -->\n";
print " print "

View File

@ -229,7 +229,7 @@ if (!empty($morelogincontent) && is_array($morelogincontent)) {
if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID)) if (!empty($conf->google->enabled) && !empty($conf->global->MAIN_GOOGLE_AN_ID))
{ {
$tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID); $tmptagarray = explode(',', $conf->global->MAIN_GOOGLE_AN_ID);
foreach($tmptagarray as $tmptag) { foreach ($tmptagarray as $tmptag) {
print "\n"; print "\n";
print "<!-- JS CODE TO ENABLE for google analtics tag -->\n"; print "<!-- JS CODE TO ENABLE for google analtics tag -->\n";
print " print "