--- d:\userlink\userlink.module.bak 2006-08-15 22:05:30.000000000 +0200 +++ d:\userlink\userlink.module 2006-09-27 20:54:32.328125000 +0200 @@ -43,7 +43,7 @@ function userlink_user($type, &$edit, &$user) { if ($type == 'view' && user_access('view all userlinks', $user)) { $items[] = array('title' => t('Links'), - 'value' => l(t("View recent links."), "userlink/$user->uid", array('title' => t("Read %username's links.", array('%username' => $user->name)))), + 'value' => l(t("View recent links."), "userlink/$user->uid/recent", array('title' => t("Read %username's links.", array('%username' => $user->name)))), 'class' => 'userlink', ); return array(t('History') => $items); @@ -488,7 +488,7 @@ } else if (($delta == 2) && user_access('view all userlinks')) { $block['content'] = userlink_list(db_query_range(db_rewrite_sql("SELECT n.nid, n.title, ul.url FROM {node} n INNER JOIN {userlink} ul ON n.vid = ul.vid WHERE n.type = 'userlink' ORDER BY n.changed DESC"), 0, 10)); - $block['content'] .= '