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/user.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/user.inc') diff --git a/includes/user.inc b/includes/user.inc index 5c97cb02d..18f48ce52 100644 --- a/includes/user.inc +++ b/includes/user.inc @@ -103,7 +103,7 @@ function user_ban($mask, $type) { function user_gravity($id) { global $status; - $period = 5184000; // maximum 60 days + $period = 5184000; // maximum 60 days $number = 30; // maximum 30 comments $r1 = db_query("SELECT COUNT(nid) AS number FROM node WHERE author = '$id' AND (". time() ." - timestamp < $period) AND status = '$status[posted]'"); -- cgit v1.2.3