Changeset 767 for branches/0.4


Ignore:
Timestamp:
03/28/13 16:06:37 (11 years ago)
Author:
ramonb
Message:
  • also parse grid for header
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/libtoga.php

    r766 r767  
    718718    function startElement( $parser, $name, $attrs )
    719719    {
    720         global $cluster, $metrics;
     720        global $cluster, $metrics, $self, $grid;
    721721
    722722        $jobid = null;
     723
     724        if( $name == 'GRID' )
     725        {
     726            $self = $attrs['NAME'];
     727            $grid = $attrs;
     728
     729            return null;
     730        }
    723731
    724732        if( $name == 'CLUSTER' )
Note: See TracChangeset for help on using the changeset viewer.