Ignore:
Timestamp:
03/29/13 17:26:17 (11 years ago)
Author:
ramonb
Message:
  • some more cleanup and search fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/libtoga.php

    r778 r779  
    389389        global $JOB_ARCHIVE_DIR;
    390390
    391         $this->rrdbin        = $conf['rrdtool'];
    392         $this->rrdvalues    = array();
    393         $this->tarchdir        = $JOB_ARCHIVE_DIR;
    394         $this->clustername    = $clustername;
    395         $this->hostname        = $hostname;
     391        $this->rrdbin      = $conf['rrdtool'];
     392        $this->rrdvalues   = array();
     393        $this->tarchdir    = $JOB_ARCHIVE_DIR;
     394        $this->clustername = $clustername;
     395        $this->hostname    = $hostname;
    396396    }
    397397
Note: See TracChangeset for help on using the changeset viewer.