Ignore:
Timestamp:
08/04/05 14:11:09 (19 years ago)
Author:
bastiaans
Message:

web/addons/toga/search.php:

  • Typo fixed
File:
1 edited

Legend:

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

    r181 r186  
    402402                }
    403403
    404                
    405404                if( count( $search_ids ) == 1 ) {
    406405
     
    452451                                $hosts_up = array();
    453452
    454                                 foreach( $nodes[$jobid] as $mynode )
     453                                foreach( $nodes[$id] as $mynode )
    455454                                        $hosts_up[] = $mynode[hostname];
    456 
    457                                 //print_r( $hosts_up );
    458455
    459456                                $sorted_hosts = array();
Note: See TracChangeset for help on using the changeset viewer.