From 7b56d82aa227d3ea32a7e89121510983d9bf31de Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 24 May 2001 15:31:17 +0000 Subject: - Improved the crons and cron settings a bit. - Added a cron to queue.module to automatically discard or dump nodes older than x days. --- modules/cvs.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/cvs.module') diff --git a/modules/cvs.module b/modules/cvs.module index 1202047a6..7eefac3de 100644 --- a/modules/cvs.module +++ b/modules/cvs.module @@ -2,9 +2,6 @@ function cvs_cron() { if (time() - variable_get("cvs_cron_last", 0) > variable_get("cvs_cron_time", time())) { - - print "cvs cron ran"; - variable_set("cvs_cron_last", time()); $result = db_query("SELECT * FROM cvs WHERE status = '0' ORDER BY timestamp DESC LIMIT 50"); -- cgit v1.2.3