From 81b0dff16654dd67bc15937bd653fc3f65475359 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 25 Sep 2006 02:51:03 +0000 Subject: track ip history, fix pagination on admin/user and fix some acl stuff that I forgot about --- templates/list_header.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/list_header.inc') diff --git a/templates/list_header.inc b/templates/list_header.inc index 7be4ca35..32ef6b76 100644 --- a/templates/list_header.inc +++ b/templates/list_header.inc @@ -45,7 +45,7 @@ if ($prev_offset < 0) { $prev_offset = '0'; } $pages = ceil($total_items/$GLOBALS['view']->offset_limit); /* Calculate current page and how many we have on each side */ -$page_data = array(); +$page_data = array('up'=>array(),'down'=>array()); // Can't Divide by 0 if ($GLOBALS['view']->offset > 0) { -- cgit