Changeset 6218

Show
Ignore:
Timestamp:
08/21/08 11:36:25 (3 months ago)
Author:
jmathis
Message:

remove check if ndo is disabled

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centreon/www/include/options/db/viewDBInfos.php

    r5226 r6218  
    4343        } 
    4444         
    45         if($res =& $pearDBO->query("SELECT VERSION() AS mysql_version")){ 
     45        if ($res =& $pearDBO->query("SELECT VERSION() AS mysql_version")){ 
    4646                $row =& $res->fetchRow(); 
    4747                $version = $row['mysql_version']; 
     
    7979        <tr class="list_two"><td class="FormRowField"><?php print _("Number of entries") ; ?></td><td class="FormRowValue"><?php print $rowsods; ?></td></tr> 
    8080</table> 
    81 <?php if ($oreon->optGen["ndo_activate"]) {?> 
    8281<br /> 
    8382<table class="ListTable"> 
     
    8685        <tr class="list_two"><td class="FormRowField"><?php print _("Number of entries") ; ?></td><td class="FormRowValue"><?php print $rows; ?></td></tr> 
    8786</table> 
    88 <?php } ?>