Changeset 6218
- Timestamp:
- 08/21/08 11:36:25 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/include/options/db/viewDBInfos.php
r5226 r6218 43 43 } 44 44 45 if ($res =& $pearDBO->query("SELECT VERSION() AS mysql_version")){45 if ($res =& $pearDBO->query("SELECT VERSION() AS mysql_version")){ 46 46 $row =& $res->fetchRow(); 47 47 $version = $row['mysql_version']; … … 79 79 <tr class="list_two"><td class="FormRowField"><?php print _("Number of entries") ; ?></td><td class="FormRowValue"><?php print $rowsods; ?></td></tr> 80 80 </table> 81 <?php if ($oreon->optGen["ndo_activate"]) {?>82 81 <br /> 83 82 <table class="ListTable"> … … 86 85 <tr class="list_two"><td class="FormRowField"><?php print _("Number of entries") ; ?></td><td class="FormRowValue"><?php print $rows; ?></td></tr> 87 86 </table> 88 <?php } ?>
