More fixes applied from profi-conecpt, cache system rewritten: now all cache files...
[mailer.git] / inc / libs / refback_functions.php
index e7a2b5987bf3b957f851c299611117299e4f089e..469b04d304a6afa5213c46534416039711bfbb47 100644 (file)
@@ -247,7 +247,7 @@ function UPDATE_REFBACK_TABLE($uid) {
        if ((($cacheArray['up_refid'][$cacheArray['back_level']] == $uid) || ($cacheArray['up_refid'][$cacheArray['back_level']] == 0)) && (GET_EXT_VERSION("cache") >= "0.1.2") && (!isset($cacheArray['back_cached']))) {
                // Remove cache here
                //* DEBUG: */ print __FUNCTION__."(<font color=\"#0000aa\">".__LINE__."</font>):uid={$uid},ref={$cacheArray['up_refid'][$cacheArray['back_level']]} - CACHE!<br />\n";
-               if ($cacheInstance->cache_file("refback", true)) $cacheInstance->cache_destroy();
+               if ($cacheInstance->cache_file("refback")) $cacheInstance->cache_destroy();
                $cacheArray['back_cached'] = 1;
        } // END - if