42 |
|
$report = $value; |
43 |
|
|
44 |
|
$value = getPregMatch($value, $input); |
45 |
< |
if (empty($value)) { |
45 |
> |
if (!isset($value)) { |
46 |
|
$value = "<i><font color=\"#999999\">not sent</font></i>"; |
47 |
|
} |
48 |
|
?> |
109 |
|
if (!is_int($max)) { |
110 |
|
$max = getPregMatch($max, $input); |
111 |
|
} |
112 |
< |
if (empty($value) || empty($max)) { |
112 |
> |
if (!isset($value) || !isset($max)) { |
113 |
|
return; |
114 |
|
} |
115 |
|
|
213 |
|
$input = $input[0]; |
214 |
|
} |
215 |
|
|
216 |
< |
if (empty($input)) { |
216 |
> |
if (!isset($input)) { |
217 |
|
echo "<br><br>There are currently no latest details about <b>$machine</b>. Please notify your i-scream server administrator if you believe this to be incorrect."; |
218 |
|
} |
219 |
|
else { |