merge r3117 from trunk:

- 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/branches/2.0@3118 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2009-01-31 01:12:20 +00:00
parent 41658cba9e
commit 340563c298
2 changed files with 19 additions and 39 deletions
+1 -1
View File
@@ -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
);
}