From 1fe8d6b1959b2b5ac4d70a9030ccd51d1f9b5449 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 5 Mar 2002 22:10:21 +0000 Subject: - more typo bugs. --- modules/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user.module') diff --git a/modules/user.module b/modules/user.module index 5bde04273..b12bc2b2f 100644 --- a/modules/user.module +++ b/modules/user.module @@ -484,7 +484,7 @@ function user_block() { // Who's online block $time = 60 * 60; // minutes * seconds - $limit = 0; // List the X most recent people + $limit = 5; // List the X most recent people $result = db_query("SELECT uid, name FROM users WHERE timestamp > unix_timestamp() - ($time) ORDER BY timestamp DESC LIMIT $limit"); -- cgit v1.2.3