Ignore:
Timestamp:
02/04/10 14:09:07 (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

    r652 r653  
    587587        function TorqueXMLHandler( $clustername )
    588588        {
    589                 $jobs                   = array();
    590                 $clusters               = array();
     589                $this->jobs             = array();
     590                $this->clusters         = array();
    591591                $this->nodes            = array();
    592                 $heartbeat              = array();
    593                 $down_nodes             = array();
    594                 $offline_nodes          = array();
     592                $this->heartbeat        = array();
     593                $this->down_nodes       = array();
     594                $this->offline_nodes    = array();
    595595                $this->clustername      = $clustername;
    596596                $this->fqdn             = 1;
Note: See TracChangeset for help on using the changeset viewer.