Changeset 6705
- Timestamp:
- 10/03/08 13:54:19 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/centreon-2.0/www/include/configuration/configGenerate/formGenerateFiles.php
r6702 r6705 38 38 */ 39 39 if ($n > 1) 40 $tab_nagios_server = array( NULL=> "");40 $tab_nagios_server = array(-1 => ""); 41 41 /* 42 42 * Display all servers list … … 110 110 print "DB Error : ".$DBRESULT_Servers->getDebugInfo()."<br />"; 111 111 while ($tab =& $DBRESULT_Servers->fetchRow()){ 112 if (isset($ret["host"]) && $ret["host"] == 0 || $ret["host"] == $tab['id']){112 if (isset($ret["host"]) && $ret["host"] >= 0){ 113 113 unset($DBRESULT2); 114 114 require $path."genCGICFG.php";
