Fixing style errors.

This commit is contained in:
stickler-ci 2020-12-04 19:31:53 +00:00
parent c8407b2f91
commit d89970ddd1
2 changed files with 2 additions and 2 deletions

View File

@ -720,7 +720,7 @@ if ($mode == 'common' || $mode == 'commonkanban') {
// Activate/Disable and Setup (2 columns)
if (!empty($conf->global->$const_name)) { // If module is already activated
// Set $codeenabledisable
// Set $codeenabledisable
$disableSetup = 0;
if (!empty($arrayofwarnings[$modName])) {
$codeenabledisable .= '<!-- This module has a warning to show when we activate it (note: your country is '.$mysoc->country_code.') -->'."\n";

View File

@ -241,7 +241,7 @@ function run_sql($sqlfile, $silent = 1, $entity = '', $usesavepoint = 1, $handle
//print $buf.'<br>';exit;
if (preg_match('/;/', $buffer)) { // If string contains ';', it's end of a request string, we save it in arraysql.
// Found new request
// Found new request
if ($buffer) {
$arraysql[$i] = $buffer;
}