summaryrefslogtreecommitdiff
path: root/modules/cvs.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cvs.module')
-rw-r--r--modules/cvs.module4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/cvs.module b/modules/cvs.module
index 701a377ee..71e7b5ce4 100644
--- a/modules/cvs.module
+++ b/modules/cvs.module
@@ -1,9 +1,5 @@
<?php
-$module = array("cron" => "cvs_cron",
- "conf" => "cvs_conf",
- "page" => "cvs_page");
-
function cvs_cron() {
$result = db_query("SELECT * FROM cvs WHERE status = '0' ORDER BY timestamp DESC LIMIT 50");