Changeset 8634 for trunk/picture.php


Ignore:
Timestamp:
Jan 12, 2011, 9:41:00 PM (13 years ago)
Author:
rvelices
Message:
  • picture uses the same variables as the index page to compute thumbnails url
  • combined files are deleted only from maintenance functions and not also from plugin activation/deactivation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/picture.php

    r8126 r8634  
    216216  array(
    217217    'start' =>
    218       floor($page['current_rank'] / $user['nb_image_page'])
    219       * $user['nb_image_page']
     218      floor($page['current_rank'] / $page['nb_image_page'])
     219      * $page['nb_image_page']
    220220    ),
    221221  array(
Note: See TracChangeset for help on using the changeset viewer.