/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/readers/testreader.php

  • Committer: Suren A. Chilingaryan
  • Date: 2009-02-07 08:54:17 UTC
  • Revision ID: csa@dside.dyndns.org-20090207085417-b088uxuvcz49ezqy
Massive rewrite of DRAW (unfinished): multiple groups and axis

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 }
233
233
 
234
234
 function GetItemList(LOGGROUP $grp = NULL, MASK $mask = NULL, $flags = 0) {
 
235
    if ($flags&REQUEST::ONLY_AXISINFO) {
 
236
        if (!$this->req->GetGroupOptions($grp, "axis")) return array();
 
237
    }
 
238
 
235
239
    $grp = $this->CheckGroup($grp);
236
240
    if (!$mask) $mask = $this->CreateMask($grp);
237
241