Subversion Repositories ALCASAR

Rev

Rev 3037 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3037 Rev 3100
Line 35... Line 35...
35
                    $this->_values = preg_split("/\t+/", $lines0[0]);
35
                    $this->_values = preg_split("/\t+/", $lines0[0]);
36
                }
36
                }
37
            }
37
            }
38
            break;
38
            break;
39
        case 'data':
39
        case 'data':
40
            if (CommonFunctions::rftsdata('healthd.tmp', $lines)) {
40
            if (!defined('PSI_EMU_PORT') && CommonFunctions::rftsdata('healthd.tmp', $lines)) {
41
                $lines0 = preg_split("/\n/", $lines, 1, PREG_SPLIT_NO_EMPTY);
41
                $lines0 = preg_split("/\n/", $lines, 1, PREG_SPLIT_NO_EMPTY);
42
                if (count($lines0) == 1) {
42
                if (count($lines0) == 1) {
43
                    $this->_values = preg_split("/\t+/", $lines0[0]);
43
                    $this->_values = preg_split("/\t+/", $lines0[0]);
44
                }
44
                }
45
            }
45
            }