From 5c001820a1ef870405542750ee61fefc9c1aa747 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 31 Jan 2009 01:10:51 +0000 Subject: - fix use $page['nb_image_page'] instead of $user... when creating the nav bar (same as category_default) - rewrote function format_date without regular expressions (faster); parameter date type is not used anymore (but I left it there for now) git-svn-id: http://piwigo.org/svn/trunk@3117 68402e56-0260-453c-a942-63ccdbb3a9ee --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 2993e20f4..eaea36635 100644 --- a/index.php +++ b/index.php @@ -70,7 +70,7 @@ if (count($page['items']) > $user['nb_image_page']) duplicate_index_url(array(), array('start')), count($page['items']), $page['start'], - $user['nb_image_page'], + $page['nb_image_page'], true ); } -- cgit v1.2.3