Changeset 15 for trunk/admin


Ignore:
Timestamp:
May 21, 2003, 7:46:57 PM (21 years ago)
Author:
z0rglub
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/infos_images.php

    r14 r15  
    164164  if ( is_numeric( $_GET['num'] ) and $_GET['num'] >= 0 )
    165165  {
    166     $page['start'] = floor( $_GET['num'] / $page['nb_image_page'] ) * $page['nb_image_page'];
     166    $page['start'] =
     167      floor( $_GET['num'] / $page['nb_image_page'] ) * $page['nb_image_page'];
    167168  }
    168169  // retrieving category information
Note: See TracChangeset for help on using the changeset viewer.