Changeset 294 for trunk/web/addons
- Timestamp:
- 03/30/07 10:43:08 (16 years ago)
- Location:
- trunk/web/addons/job_monarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/job_monarch/conf.php
r248 r294 49 49 // Path to the job archive rrd files 50 50 // 51 $JOB_ARCHIVE_DIR = "/data/ jobarch/rrds";51 $JOB_ARCHIVE_DIR = "/data/gfs/jobarch/rrds"; 52 52 53 53 // Location of the job archive database -
trunk/web/addons/job_monarch/libtoga.php
r280 r294 121 121 var $ip, $dbase, $conn; 122 122 123 function TarchDbase( $ip = null, $dbase = 'jobarch') {123 function TarchDbase( $ip = null, $dbase = null ) { 124 124 125 125 global $JOB_ARCHIVE_DBASE; … … 134 134 function connect() { 135 135 136 if( $this->ip == null and $this->dbase == 'toga')136 if( $this->ip == null ) 137 137 $this->conn = pg_connect( "dbname=".$this->dbase ); 138 138 else
Note: See TracChangeset
for help on using the changeset viewer.