latham
2011-05-25 f99b37f56dad8e3a1f844f8d3b33ee1ba4b86d62
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']);