tbrehm
2009-03-04 9e64a7dd08f0d451529a32c46035bda5e4505af5
Fixed a bug in cpu info in the monitor module.
1 files modified
2 ■■■ changed files
server/mods-available/monitor_core_module.inc.php 2 ●●● patch | view | raw | blame | history
server/mods-available/monitor_core_module.inc.php
@@ -320,7 +320,7 @@
            $key = trim($part[0]);
            $value = trim($part[1]);
            if($key == 'processor') $processor = intval($value);
            $data[$key.' '.$processor] = $value;
            if($key != '') $data[$key.' '.$processor] = $value;
        }
        /* the cpu has no state. It is, what it is */