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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.