vogelor
2010-05-01 cbff9d43e25e44d5e1ee716b8898b27e746a045c
interface/web/monitor/tools.inc.php
@@ -367,10 +367,10 @@
      /*
         * First, we have to detect, if there is any monitoring-data.
         * If not (because the destribution is not supported) show this.
         * If not (because the RAID-Controler is not supported yet) show this.
      */
      if ($record['state'] == 'no_state') {
         $html .= '<p>'.$app->lng("monitor_nomdadm_txt").'</p>';
         $html .= '<p>'.$app->lng("monitor_nosupportedraid1_txt").'</p>';
      }
      else {
         $data = unserialize($record['data']);