]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Began to rewrite whole script for newly added filters, new extension stub 'network...
[mailer.git] / inc / libs / rallye_functions.php
index b3da615f011855d1d912a81707bd71a34b910b61..255bca49bb76d12d43efbc207112c9b336876e1d 100644 (file)
@@ -802,5 +802,12 @@ WHERE s.userid=%s AND s.level=1", array(bigintval($uid)), __FILE__, __LINE__);
        //* DEBUG: */ echo "*".$uid."/".$old."/".$cnt."*<br />";
        return $cnt;
 }
+
+// Filter for extra-autpurge
+function FILTER_RALLYE_EXTRA_AUTOPURGE () {
+       // Check expired rallyes (hard-coded 3 days limit for displaying expired rallyes!)
+       RALLYE_DELETE_EXPIRED_RALLYES();
+}
+
 //
 ?>