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.10 by pjm2, Fri Mar 16 20:07:29 2001 UTC vs.
Revision 1.11 by pjm2, Fri Mar 16 20:09:16 2001 UTC

# Line 75 | Line 75 | function printReports($machine) {
75      $alertArray = getdirArray("$alertDirectory/$machine", 'rsort');
76    
77      echo <<<EOT
78 +         <p>&nbsp;</p>
79           <table border="0" cellpadding="3" cellspacing="2" bgcolor="#000066" width="100%">
80            <tr>
81             <td>
# Line 109 | Line 110 | EOT;
110      }
111      else {
112          echo "There are currently no alerts held about <b>$machine</b>";
113 +        printLine("");
114      }
115  
116      echo <<<EOT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines