/openshift/adei

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

« back to all changes in this revision

Viewing changes to classes/readers/cachereader.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-06-17 23:19:26 UTC
  • Revision ID: csa@dside.dyndns.org-20080617231926-w9mpfxw6lv0r0450
Administrative interface and better handling of missing group channels

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    $ivl = $this->CreateInterval($grp);
67
67
    $ivl->Limit($from, $to);
68
68
 
69
 
    $mask = NULL;
70
 
 
 
69
    $minfo = array("db_mask"=>"");
 
70
    $mask = $this->cache->CreateMask($minfo);
 
71
    
71
72
    return $this->cache->GetCachePoints($postfix, $mask, $ivl, CACHEDB::TYPE_ALL);
72
73
 }
73
74