diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-25 00:17:22 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-25 00:17:22 +0400 |
| commit | 036cd3a4106cf2eee0be72f0695458dfb517976b (patch) | |
| tree | caa0f67ab20cc2f97b10f0db5763b17789b26720 /include/rssfuncs.php | |
| parent | be512431ebf4a7738aba002c19f9f6d4a9ce0a91 (diff) | |
globalUpdateFeeds: disable debugging info
Diffstat (limited to 'include/rssfuncs.php')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 7588428de..0fc462c48 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -147,7 +147,7 @@ } // Send feed digests by email if needed. - send_headlines_digests($link); + send_headlines_digests($link, 100, $debug); } // function update_daemon_common |