From 048664f2786fce9bd049f39eea39a2a7fe2868f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 5 Apr 2001 20:33:36 +0000 Subject: - a bunch of various updates --- includes/node.inc | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'includes/node.inc') diff --git a/includes/node.inc b/includes/node.inc index d894c6749..462fc7a47 100644 --- a/includes/node.inc +++ b/includes/node.inc @@ -161,16 +161,4 @@ function node_visible($node) { return ($node->status == $status[posted]) || ($node->status == $status[queued] && $user->id) || user_access($user, "node"); } -function node_post_threshold($node, $threshold = 5) { - return 3; -} - -function node_dump_threshold($node, $threshold = - 3) { - return -2; -} - -function node_timout_threshold($node, $threshold = 10) { - return 9; -} - ?> -- cgit v1.2.3