/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/request.php

  • Committer: Suren A. Chilingaryan
  • Date: 2018-04-13 03:42:49 UTC
  • Revision ID: csa@suren.me-20180413034249-f7zx8mrrp7ycidhs
Support real-time export mode for status displays

Show diffs side-by-side

added added

removed removed

Lines of Context:
846
846
    return $rdr;
847
847
 }
848
848
 
849
 
 function CreateCacheReader(CACHEDB &$cache = NULL) {
 
849
 function CreateCacheReader(CACHEDB &$cache = NULL, $flags = 0) {
850
850
    if ($this->srv['virtual']) {
851
851
        $reader = $this->srv['reader'];
852
852