Changeset 20177


Ignore:
Timestamp:
Jan 16, 2013, 12:11:14 AM (11 years ago)
Author:
flop25
Message:

bug:2820 Var renamed

Location:
trunk/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r20161 r20177  
    388388  $tpl_thumbnails_var_selection = trigger_event('loc_end_index_category_thumbnails', $tpl_thumbnails_var_selection);
    389389  $template->assign( array(
    390     'maxRequests' =>$conf['maxRequests'],
     390    'maxRequests' =>$conf['max_requests'],
    391391    'category_thumbnails' => $tpl_thumbnails_var_selection,
    392392    'derivative_params' => $derivative_params,
  • trunk/include/category_default.inc.php

    r20161 r20177  
    154154$template->assign( array(
    155155  'derivative_params' => trigger_event('get_index_derivative_params', ImageStdParams::get_by_type( pwg_get_session_var('index_deriv', IMG_THUMB) ) ),
    156   'maxRequests' =>$conf['maxRequests'],
     156  'maxRequests' =>$conf['max_requests'],
    157157  'SHOW_THUMBNAIL_CAPTION' =>$conf['show_thumbnail_caption'],
    158158    ) );
  • trunk/include/config_default.inc.php

    r20161 r20177  
    772772
    773773//Maximum Ajax requests at once, for thumbnails on-the-fly generation
    774 $conf['maxRequests']=3;
     774$conf['max_requests']=3;
    775775?>
Note: See TracChangeset for help on using the changeset viewer.