--- /home/flow/src/contributions/modules/weblink/weblink.module 2005-01-08 08:21:20.000000000 +0100 +++ weblink.module 2005-01-08 16:46:26.000000000 +0100 @@ -705,7 +705,7 @@ function weblink_monitor_list($limit = 10) { global $user; - $result = db_query_range("SELECT * FROM {weblink} n ". node_access_join_sql() ." WHERE change_stamp > ". (time() - 604800) ." AND ". node_access_where_sql()." ORDER BY change_stamp DESC", 0, $limit); + $result = db_query_range("SELECT * FROM {weblink} n WHERE change_stamp > ". (time() - 604800) ." ORDER BY change_stamp DESC", 0, $limit); $hour = -1; $list = -1;