X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig-functions.php;h=a7897e2abcc21a5eb4cca5054611c8c222d30987;hb=0080dd294e9bb1812ae8fbc83f23e5ffe29b6180;hp=cc35fc1cbfa47ce4cfaccf333a1b35a03637975f;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git 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');