Ignore:
Timestamp:
08/04/05 15:44:30 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/overview.php:

  • Changed showhosts to correct check
File:
1 edited

Legend:

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

    r163 r188  
    577577        //$tpl->assignGlobal("f_jobs_nr", $f_jobs );
    578578
    579         if( array_key_exists( "id", $filter ) and $start_time ) {
     579        if( intval($view_jobs) == 1 and $start_time ) {
    580580                $tpl->newBlock( "showhosts" );
    581581
Note: See TracChangeset for help on using the changeset viewer.