diff --git a/include/Core/Config.php b/include/Core/Config.php index e82094417..ea6d9cda6 100644 --- a/include/Core/Config.php +++ b/include/Core/Config.php @@ -145,7 +145,7 @@ ON DUPLICATE KEY UPDATE `v` = '%s'", ); if ($ret) { return $value; - } + } return $ret; } diff --git a/include/Core/PConfig.php b/include/Core/PConfig.php index 172a83e91..bd4883c0d 100644 --- a/include/Core/PConfig.php +++ b/include/Core/PConfig.php @@ -142,7 +142,7 @@ ON DUPLICATE KEY UPDATE `v` = '%s'", ); if ($ret) { return $value; - } + } return $ret; } diff --git a/include/text.php b/include/text.php index 8f15ff294..4b2a4a940 100644 --- a/include/text.php +++ b/include/text.php @@ -734,14 +734,14 @@ function logger($msg, $level = 0) { $callers = debug_backtrace(); $logline = sprintf("%s@%s\t[%s]:%s:%s:%s\t%s\n", - datetime_convert(), - $process_id, - $LOGGER_LEVELS[$level], - basename($callers[0]['file']), - $callers[0]['line'], - $callers[1]['function'], - $msg - ); + datetime_convert(), + $process_id, + $LOGGER_LEVELS[$level], + basename($callers[0]['file']), + $callers[0]['line'], + $callers[1]['function'], + $msg + ); $stamp1 = microtime(true); @file_put_contents($logfile, $logline, FILE_APPEND);