Changeset 205


Ignore:
Timestamp:
01/06/06 10:15:42 (18 years ago)
Author:
bastiaans
Message:

job_monarch/search.php:

  • another lost commit
File:
1 edited

Legend:

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

    r203 r205  
    323323                $tpl->assign( "sortby", $sortby);
    324324                $tpl->assign( "sortorder", $sortorder);
    325                 $tdb = new TarchDbase();
     325                $tdb = new TarchDbase( "127.0.0.1" );
    326326                if( $start_from_time ) $start_from_time = datetimeToEpoch( $start_from_time );
    327327                if( $start_to_time ) $start_to_time = datetimeToEpoch( $start_to_time );
Note: See TracChangeset for help on using the changeset viewer.