X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0115b655bdcb294550548149e056f695101ba1d4..98dbc84836dd834dd41cb4ada675456746e872f1:/lib/log.php diff --git a/lib/log.php b/lib/log.php index 43e753f0..25ed75cb 100644 --- a/lib/log.php +++ b/lib/log.php @@ -36,7 +36,7 @@ function logStart(&$oDB, $sType = '', $sQuery = '', $aLanguageList = array()) $sUserAgent = $_SERVER['HTTP_USER_AGENT']; else $sUserAgent = ''; $sSQL = 'insert into new_query_log (type,starttime,query,ipaddress,useragent,language,format,searchterm)'; - $sSQL .= ' values ('. + $sSQL .= ' values ('; $sSQL .= join(',', $oDB->getDBQuotedList(array( $sType, $hLog[0],