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

Comparing projects/cms/source/reports/php/graphs/graphs_config.inc.php (file contents):
Revision 1.5 by tdb, Thu Feb 10 17:35:58 2005 UTC vs.
Revision 1.6 by tdb, Fri Feb 11 14:05:30 2005 UTC

# Line 88 | Line 88 | function tidyName($machine_name, $string) {
88          $string = preg_replace("/$hex_bslash/", "\\", $string);
89          $string = preg_replace("/$hex_space/", " ", $string);
90          $string = preg_replace("/$hex_colon/", ":", $string);
91 <        return "Network usage: $string";
91 >        return "Network IO: $string";
92      }
93  
94      # The name Mail Queue information should be displayed as

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines