Changeset 764 for branches/0.4/web/addons/job_monarch/libtoga.php
- Timestamp:
- 03/28/13 12:12:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.4/web/addons/job_monarch/libtoga.php
r759 r764 1394 1394 $this->output = 0; 1395 1395 } 1396 function setJobs($jobs )1397 {1398 $this->jobs = &$jobs;1399 }1400 1396 function getJobs() 1401 1397 { … … 1408 1404 1409 1405 return $this->jobs; 1406 } 1407 function setJobs($jobs) 1408 { 1409 $this->jobs = &$jobs; 1410 1410 } 1411 1411 function getNodes() … … 2043 2043 $clusterimage_map = ""; 2044 2044 2045 foreach( $this->nodes as $hostname => $node ) 2046 { 2047 $node_map = $node->getImagemapArea(); 2048 $clusterimage_map .= $node_map; 2045 $nodes = &$this->getNodes(); 2046 2047 foreach( $nodes as $node ) 2048 { 2049 $node_map = $node->getImagemapArea(); 2050 $clusterimage_map .= $node_map; 2049 2051 } 2050 2052
Note: See TracChangeset
for help on using the changeset viewer.