Ignore:
Timestamp:
02/04/10 14:12:13 (14 years ago)
Author:
ramonb
Message:
  • more PHP4 fixes
File:
1 edited

Legend:

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

    r653 r654  
    19111911
    19121912                                        $cur_node = ($n * $nodes_per_row) + ($m);
    1913                                         $host = $nodes_hosts[$cur_node];
     1913                                        $host = isset( $nodes_hosts[$cur_node] ) ? $nodes_hosts[$cur_node] : '';
    19141914
    19151915                                        if( isset( $nodes[$host] ) )
Note: See TracChangeset for help on using the changeset viewer.