Changeset 586


Ignore:
Timestamp:
02/04/09 15:56:58 (15 years ago)
Author:
ramonb
Message:

job_monarch/libtoga.php:

  • fix to clusterimage query string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web2/addons/job_monarch/libtoga.php

    r585 r586  
    14191419                                {
    14201420                                        $this->selected         = $hostname;
    1421                                         $filtered_nodes[] = $hostname;
    1422                                         //$filter_checks['host']        = true;
    1423                                 }
    1424                         }
    1425 
    1426                         //if( count( $mynjobs ) == 0 )
    1427                         //{
    1428                         //      continue;
    1429                         //}
     1421                                        $filtered_nodes[]       = $hostname;
     1422                                }
     1423                        }
    14301424
    14311425                        foreach( $mynjobs as $myjob )
     
    14561450                                                        else
    14571451                                                        {
    1458                                                                 if( strpos( $myj_v, $filtervalue ) !== false )
     1452                                                                if( strpos( $myj_val, $filtervalue ) !== false )
    14591453                                                                {
    14601454                                                                        $filter_checks['query'] = true;
Note: See TracChangeset for help on using the changeset viewer.