From 88e3b36e2f805404e0bfd56d865e317495e9c973 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 15 Mar 2006 02:26:25 +0000 Subject: feature 262: new user cached information nb_total_pictures git-svn-id: http://piwigo.org/svn/trunk@1081 68402e56-0260-453c-a942-63ccdbb3a9ee --- category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'category.php') 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'], -- cgit v1.2.3