Changeset 186 for trunk/web/addons/toga/search.php
- Timestamp:
- 08/04/05 14:11:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/search.php
r181 r186 402 402 } 403 403 404 405 404 if( count( $search_ids ) == 1 ) { 406 405 … … 452 451 $hosts_up = array(); 453 452 454 foreach( $nodes[$ jobid] as $mynode )453 foreach( $nodes[$id] as $mynode ) 455 454 $hosts_up[] = $mynode[hostname]; 456 457 //print_r( $hosts_up );458 455 459 456 $sorted_hosts = array();
Note: See TracChangeset
for help on using the changeset viewer.