- Remove redundant line. Patch by killes.

4.5.x
Dries Buytaert 2004-04-01 18:57:41 +00:00
parent b9419fbcd6
commit 7f13bad91c
2 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@ function tracker_page() {
function tracker_user($type, &$edit, &$user) {
if ($type == 'view' && user_access("access content")) {
return array(t('History') => form_item(t("Recent posts"), l(t("recent posts"), "tracker/$user->uid")));
return $fields;
}
}

View File

@ -77,7 +77,6 @@ function tracker_page() {
function tracker_user($type, &$edit, &$user) {
if ($type == 'view' && user_access("access content")) {
return array(t('History') => form_item(t("Recent posts"), l(t("recent posts"), "tracker/$user->uid")));
return $fields;
}
}