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_pip.class.inc.php

    r17737 r17862  
    6868      }
    6969
    70       $this->checkBuildStatPeriod(false, $this->config['compress.public']=='y');
     70      $this->checkBuildStatPeriod(false, ($this->config['compress.public']=='y' and $this->config['compress.method']=='gz'));
    7171    }
    7272    return($do_log);
Note: See TracChangeset for help on using the changeset viewer.