/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/cache.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-03-07 09:12:49 UTC
  • Revision ID: csa@dside.dyndns.org-20090307091249-0f76jvezb277fomn
Support for dates prior to Jan 01, 1970

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
                }
271
271
                
272
272
                $d = $this->FillCache($this->resolution->Smaller($res), $substart, $substart + $resolution, false, true);
 
273
                
273
274
                if ($subcall) $curdata->Push($d, $resolution);
274
275
 
275
276
                $query = $this->CreateQuery($table, $substart, $d);
420
421
        $ivl = $this->reader->CreateInterval($this->group, $iinfo);
421
422
    }
422
423
    
 
424
    
423
425
    $res = $this->resolution->Get($ivl, 1);
424
426
    $resolution = $this->resolution->GetWindowSize($res);
425
427
/*