diff options
author | rvelices <rv-github@modusoptimus.com> | 2009-01-31 01:10:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2009-01-31 01:10:51 +0000 |
commit | 5c001820a1ef870405542750ee61fefc9c1aa747 (patch) | |
tree | a194f859c6f19fe86e524e34ebdfba391245eea3 /index.php | |
parent | 341e35196f53ba3354e3a8b15c8d37529287c7c0 (diff) |
- 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
Diffstat (limited to '')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ); } |