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.2 by pjm2, Thu Mar 15 10:55:03 2001 UTC vs.
Revision 1.3 by pjm2, Thu Mar 15 16:32:04 2001 UTC

# Line 39 | Line 39 | function printAlert($machine, $alert) {
39  
40   <? include($titleHTML); ?>
41  
42 < <? printLine("Display alerts about all hosts, or a host"); ?>
42 > <? printLine("Display the latest alerts for a host"); ?>
43  
44   <form method="<? echo $formMethod ?>" action="<? echo $thisPage ?>">
45   <?
# Line 62 | Line 62 | function printAlert($machine, $alert) {
62   </form>
63  
64   <? if ($machine) {
65 +
66 +       printLine("");
67  
68         # Get a list of all files in the machine's directory.
69         $alertArray = getdirArray("$alertDirectory/$machine", 'rsort');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines