Ignore:
Timestamp:
06/16/05 14:12:15 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/libtoga.php:

  • Fixed typo

web/addons/toga/search.php:

  • Timebased searching works now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/libtoga.php

    r141 r142  
    120120                        if( $start_from_time )
    121121                                $query_args[] = "job_start_timestamp >= $start_from_time";
    122                         if( $start_end_time )
     122                        if( $start_to_time )
    123123                                $query_args[] = "job_start_timestamp <= $start_to_time";
    124124                        if( $end_from_time )
Note: See TracChangeset for help on using the changeset viewer.