- Bugfix: fixed broken links. Patch by Ax.
parent
3e9aabe058
commit
5646f894ac
|
@ -266,7 +266,7 @@ function statistics_admin_count_table($dbfield, $dbrows) {
|
|||
$header = array(t("title"), t("today"), t("all time"), t("last hit"), t("operations"));
|
||||
|
||||
while ($nid = db_fetch_array($result)) {
|
||||
$rows[] = array(l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))), $nid["daycount"], $nid["totalcount"], format_date($nid["timestamp"], "small"), l("view referrers", "admin/statistics/log/host/". $nid["nid"]));
|
||||
$rows[] = array(l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))), $nid["daycount"], $nid["totalcount"], format_date($nid["timestamp"], "small"), l("track node", "admin/statistics/log/node/$nid[nid]"));
|
||||
}
|
||||
|
||||
return table($header, $rows);
|
||||
|
|
|
@ -266,7 +266,7 @@ function statistics_admin_count_table($dbfield, $dbrows) {
|
|||
$header = array(t("title"), t("today"), t("all time"), t("last hit"), t("operations"));
|
||||
|
||||
while ($nid = db_fetch_array($result)) {
|
||||
$rows[] = array(l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))), $nid["daycount"], $nid["totalcount"], format_date($nid["timestamp"], "small"), l("view referrers", "admin/statistics/log/host/". $nid["nid"]));
|
||||
$rows[] = array(l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))), $nid["daycount"], $nid["totalcount"], format_date($nid["timestamp"], "small"), l("track node", "admin/statistics/log/node/$nid[nid]"));
|
||||
}
|
||||
|
||||
return table($header, $rows);
|
||||
|
|
Loading…
Reference in New Issue