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.8 by pjm2, Fri Mar 16 19:13:59 2001 UTC vs.
Revision 1.9 by pjm2, Fri Mar 16 19:55:15 2001 UTC

# Line 123 | Line 123 | EOT;
123          <option selected value="<? echo $machine ?>"><? echo $machine ?></option>
124          <option value="">----------------</option>
125      <? }
126 <    foreach($file_array as $file_name) {
126 >    foreach ($file_array as $file_name) {
127          #if (is_dir($file_name)) {
128              print "<option value=\"$file_name\">$file_name</option>";
129          #}
# Line 138 | Line 138 | EOT;
138  
139         printLine("");
140  
141 <       printReports($machine);
141 >       if ($machine == "ALL") {
142 >           $machine_array = getdirArray($alertDirectory, 'asort');
143 >           foreach ($machine_array as $machine) {
144 >               printReports($machine);
145 >           }
146 >       }
147 >       else {
148 >           printReports($machine);
149 >       }
150        
151     }
152     else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines