]> git.wh0rd.org - tt-rss.git/commitdiff
remove usage of undefined DIGEST_DAYS_BACK
authorAndrew Dolgov <fox@bah.spb.su>
Fri, 29 Sep 2006 17:03:43 +0000 (18:03 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Fri, 29 Sep 2006 17:03:43 +0000 (18:03 +0100)
functions.php

index 7028958f05f92a8c425208abca4258865deab4ac..1475bc053963c3e2cefacfc4b7e18840470d3f45 100644 (file)
                if (!DIGEST_ENABLE) return false;
 
                $user_limit = DIGEST_EMAIL_LIMIT;
-               $days = DIGEST_DAYS_BACK;
+               $days = 1;
 
                print "Sending digests, batch of max $user_limit users, days = $days, headline limit = $limit\n\n";