aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-15 02:26:25 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-15 02:26:25 +0000
commit88e3b36e2f805404e0bfd56d865e317495e9c973 (patch)
tree042d17038fedbc588e7b839aa754461e41fcc4f4 /category.php
parent1d22950cf6391f1037be9cd35288b36d62ea6fe5 (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 'category.php')
-rw-r--r--category.php2
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'],