X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0005dc0a0fbed975cd9202f7f118b2997632a4f1..4d0693ea69f15660c7fd931c4bce7b648b97ff0f:/lib/log.php?ds=inline diff --git a/lib/log.php b/lib/log.php index 93ad8f95..e3126c0e 100644 --- a/lib/log.php +++ b/lib/log.php @@ -26,7 +26,8 @@ $oDB->query($sSQL); } - if (CONST_Log_File && CONST_Log_File_ReverseLog != '') { + if (CONST_Log_File && CONST_Log_File_ReverseLog != '') + { if ($sType == 'reverse') { $aStartTime = explode('.',$hLog[0]); @@ -68,7 +69,8 @@ $oDB->query($sSQL); } - if (CONST_Log_File && CONST_Log_File_SearchLog != '') { + if (CONST_Log_File && CONST_Log_File_SearchLog != '') + { $aStartTime = explode('.',$hLog[0]); file_put_contents(CONST_Log_File_SearchLog, $aStartTime[0].','.$aStartTime[1].','.