X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fdb%2Flib-mysql3.php;h=c2d781c655672cef838422009c56b92c9803410e;hp=afdf53ec76fbeb838e92e6f756b8476663c483ad;hb=6586600d8020147192e5f28ca2a3a0153f774d3c;hpb=c08df20b10d0771e7f749d7afbe1f76be9f1b028;ds=sidebyside diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index afdf53ec76..c2d781c655 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -197,6 +197,8 @@ function SQL_CLOSE(&$link, $F, $L) { // Skip double close return false; } // END - if + + // Do we need to update cache/db counter? //* DEBUG: */ echo "DB=".$_CONFIG['db_hits'].",CACHE=".$_CONFIG['cache_hits']."
\n"; if ((GET_EXT_VERSION("cache") >= "0.0.7") && (isset($_CONFIG['db_hits'])) && (isset($_CONFIG['cache_hits'])) && (is_object($cacheInstance))) { // Add new hits