75 |
|
$alertArray = getdirArray("$alertDirectory/$machine", 'rsort'); |
76 |
|
|
77 |
|
echo <<<EOT |
78 |
+ |
<p> </p> |
79 |
|
<table border="0" cellpadding="3" cellspacing="2" bgcolor="#000066" width="100%"> |
80 |
|
<tr> |
81 |
|
<td> |
110 |
|
} |
111 |
|
else { |
112 |
|
echo "There are currently no alerts held about <b>$machine</b>"; |
113 |
+ |
printLine(""); |
114 |
|
} |
115 |
|
|
116 |
|
echo <<<EOT |
153 |
|
|
154 |
|
if ($machine == "ALL") { |
155 |
|
$machine_array = getdirArray($alertDirectory, 'asort'); |
156 |
< |
foreach ($machine_array as $machine) { |
157 |
< |
printReports($machine); |
156 |
> |
if ($machine_array != FALSE) { |
157 |
> |
foreach ($machine_array as $machine) { |
158 |
> |
printReports($machine); |
159 |
> |
} |
160 |
|
} |
161 |
|
} |
162 |
|
else { |