diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-03-15 02:26:25 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-03-15 02:26:25 +0000 |
commit | 88e3b36e2f805404e0bfd56d865e317495e9c973 (patch) | |
tree | 042d17038fedbc588e7b839aa754461e41fcc4f4 /category.php | |
parent | 1d22950cf6391f1037be9cd35288b36d62ea6fe5 (diff) |
feature 262: new user cached information nb_total_pictures
git-svn-id: http://piwigo.org/svn/trunk@1081 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php index da71dfc7f..2bc078598 100644 --- a/category.php +++ b/category.php @@ -212,7 +212,7 @@ else $template->assign_vars( array( - 'NB_PICTURE' => count_user_total_images(), + 'NB_PICTURE' => $user['nb_total_images'], 'TITLE' => $template_title, 'USERNAME' => $user['username'], 'TOP_NUMBER'=>$conf['top_number'], |