Changeset 294


Ignore:
Timestamp:
03/30/07 10:43:08 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/libtoga.php:

  • Fixed dbasename handling error

web/addons/job_monarch/conf.php:

  • Changed directory for testing
Location:
trunk/web/addons/job_monarch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/conf.php

    r248 r294  
    4949// Path to the job archive rrd files
    5050//
    51 $JOB_ARCHIVE_DIR = "/data/jobarch/rrds";
     51$JOB_ARCHIVE_DIR = "/data/gfs/jobarch/rrds";
    5252
    5353// Location of the job archive database
  • trunk/web/addons/job_monarch/libtoga.php

    r280 r294  
    121121        var $ip, $dbase, $conn;
    122122
    123         function TarchDbase( $ip = null, $dbase = 'jobarch' ) {
     123        function TarchDbase( $ip = null, $dbase = null ) {
    124124
    125125                global $JOB_ARCHIVE_DBASE;
     
    134134        function connect() {
    135135
    136                 if( $this->ip == null and $this->dbase == 'toga' )
     136                if( $this->ip == null )
    137137                        $this->conn = pg_connect( "dbname=".$this->dbase );
    138138                else
Note: See TracChangeset for help on using the changeset viewer.