Ignore:
Timestamp:
Sep 11, 2012, 3:27:24 PM (12 years ago)
Author:
grum
Message:

version 0.1.0b
. fix bug on thumb view
. fix SQLite compression managment & 'compress.method' config
. manage number of items per page by config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/EStat/estat_aip.class.inc.php

    r17737 r17862  
    107107      'urlRequest' => $this->getAdminLink('ajax'),
    108108      'urlRequestExport' => $this->getAdminLink('ajaxExport'),
    109       'token' => get_pwg_token()
     109      'token' => get_pwg_token(),
     110      'itemPerPage' => $this->config['global.itemPerPage']
    110111    );
    111112
     
    116117
    117118
    118     $this->checkBuildStatPeriod(true);
     119    $this->checkBuildStatPeriod(true, $this->config['compress.method']=='gz');
    119120  }
    120121
Note: See TracChangeset for help on using the changeset viewer.