/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/export.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:
397
397
        $name .= ($name?"__":"") . $msk->name;
398
398
    
399
399
    if (!$this->multiivl) {
400
 
        if (!$ivl) 
401
 
            $ivl = new INTERVAL($this->req->GetIntervalInfo());
 
400
        if ((!$ivl)||($ivl->IsEmpty()))
 
401
            $ivl = $this->req->CreateInterval();
402
402
 
403
403
        $name .= ($name?"__":"") . $ivl->GetName(NAME_FORMAT_ISO8601);
404
404
    }