ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/alerts/alerts.php
(Generate patch)

Comparing projects/cms/source/reports/php/alerts/alerts.php (file contents):
Revision 1.11 by pjm2, Fri Mar 16 20:09:16 2001 UTC vs.
Revision 1.12 by pjm2, Wed Mar 21 11:54:18 2001 UTC

# Line 153 | Line 153 | 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 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines