2010-08-10 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/networkmap.php: Fixed several notices. When 
	a category has not maps, the menu is not showed



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3119 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-08-10 10:42:26 +00:00
parent c65b0aa3ea
commit 8f4599fb15
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-08-10 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/networkmap.php: Fixed several notices. When
a category has not maps, the menu is not showed
2010-08-10 Sergio Martin <sergio.martin@artica.es>
* images/status_sets/default/module_unknown.png

View File

@ -217,6 +217,7 @@ if($delete_networkmap || $add_networkmap || $save_networkmap) {
if($id_networkmap == 0) {
echo "<div class='nf'>".__('There are no defined maps in this view')."</div>";
return;
}
if(!empty($name)) {