aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_user.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_user.inc.php')
-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']))
{