X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=a7897e2abcc21a5eb4cca5054611c8c222d30987;hp=cc35fc1cbfa47ce4cfaccf333a1b35a03637975f;hb=a6f5926aeaf7917cb4bca3d29ffd0e8e6290fb4e;hpb=8ace8d6167ff99f5d4f6f89d785e4322457daae0 diff --git a/inc/config-functions.php b/inc/config-functions.php index cc35fc1cbf..a7897e2abc 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -346,7 +346,7 @@ function updateConfiguration ($entries, $values, $updateMode='', $config = '0') //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, "entries={$entries}"); SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_config` SET ".$entries." WHERE `config`=%s LIMIT 1", array(bigintval($config)), __FUNCTION__, __LINE__); - //* DEBUG: */ outputHtml(__FUNCTION__."(".__LINE__."):entries={$entries},affectedRows={$affectedRows}
"); + //* DEBUG: */ outputHtml(__FUNCTION__ . '(' . __LINE__."):entries={$entries},affectedRows={$affectedRows}
"); // Rebuild cache rebuildCacheFile('config', 'config');