]> git.wh0rd.org - tt-rss.git/commitdiff
add all done prompt to send_headline_digests()
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:36:29 +0000 (08:36 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 29 Oct 2007 07:36:29 +0000 (08:36 +0100)
functions.php

index a939beaf5ce5ca4bd05c81de8eacba5a12c07472..2d5003a78992ffec8c7a8d825616d6bf6675e015 100644 (file)
 
 //             $digest = prepare_headlines_digest($link, $user_id, $days, $limit);
 
+               print "All done.\n";
+
        }
 
        function prepare_headlines_digest($link, $user_id, $days = 1, $limit = 100) {