aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-04-09 14:52:15 +0000
committermistic100 <mistic@piwigo.org>2011-04-09 14:52:15 +0000
commit76194270be6a529ff499900ed61e6266d2347d34 (patch)
treea4b94f25ffab5ce812ece8757d9365f55cb9bf4f /include
parentfe28570fdf8754467a35d6b03c1ff13dc536beea (diff)
bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/functions_user.inc.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php
index 549daf7cb..95cd23261 100644
--- a/include/functions_user.inc.php
+++ b/include/functions_user.inc.php
@@ -244,9 +244,6 @@ function build_user( $user_id, $use_cache )
$user['internal_status']['guest_must_be_guest'] = true;
}
- // calculation of the number of picture to display per page
- $user['nb_image_page'] = $user['nb_image_line'] * $user['nb_line_page'];
-
// Check user theme
if (!isset($user['theme_name']))
{