--- projects/cms/source/reports/php/latest/latest.php 2005/06/29 10:26:40 1.50 +++ projects/cms/source/reports/php/latest/latest.php 2005/06/29 14:32:16 1.51 @@ -183,8 +183,8 @@ function showDiskIO($diskRoot, $input) { while(1) { $name = getPregMatch("$diskRoot.p$i.attributes.name", $input); if ($name) { - $graph = preg_replace("/\//", "$hex_slash", $name); - $graph = preg_replace("/_/", "$hex_underscore", $graph); + $graph = preg_replace("/_/", "$hex_underscore", $name); + $graph = preg_replace("/\//", "$hex_slash", $graph); $graph = preg_replace("/\\\\/", "$hex_bslash", $graph); $graph = preg_replace("/ /", "$hex_space", $graph); $graph = preg_replace("/:/", "$hex_colon", $graph); @@ -209,8 +209,8 @@ function showNet($netRoot, $input) { while(1) { $name = getPregMatch("$netRoot.p$i.attributes.name", $input); if ($name) { - $graph = preg_replace("/\//", "$hex_slash", $name); - $graph = preg_replace("/_/", "$hex_underscore", $graph); + $graph = preg_replace("/_/", "$hex_underscore", $name); + $graph = preg_replace("/\//", "$hex_slash", $graph); $graph = preg_replace("/\\\\/", "$hex_bslash", $graph); $graph = preg_replace("/ /", "$hex_space", $graph); $graph = preg_replace("/:/", "$hex_colon", $graph);