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.1 by tdb, Mon Mar 18 13:24:31 2002 UTC vs.
Revision 1.2 by tdb, Sun Oct 13 12:41:16 2002 UTC

# Line 48 | Line 48 | function tidyName($machine_name, $string) {
48      # The name Disk information should be displayed as
49      if(preg_match("/^disk-(\S+)$/", $string, $matches)) {
50          $string = preg_replace("/$hex_slash/", "/", $matches[1]);
51 <        $string = preg_replace("/$hex_underscore/", "#", $string);
51 >        $string = preg_replace("/$hex_underscore/", "_", $string);
52          return "Disk usage: $string";
53      }
54      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines