2010-11-19 Sergio Martin <sergio.martin@artica.es>

* operation/agentes/estado_generalagente.php: Fixed the
	shows of IP in the agent view for bug 3111807



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-11-19 12:45:18 +00:00
parent d0834c18bc
commit 18c362cf99
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-11-19 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/estado_generalagente.php: Fixed the
shows of IP in the agent view for bug 3111807
2010-11-19 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_extensions.php: added functions

View File

@ -81,7 +81,7 @@ echo '<a href="index.php?sec=estado&amp;sec2=operation/agentes/ver_agente&amp;fl
//Addresses
echo '<tr><td class="datos2"><b>'.__('IP Address').'</b></td>';
echo '<td class="datos2" colspan="2">';
print_select (get_agent_addresses ($id_agente), "not_used", get_agent_address ($id_agente));
print_select (array_unique(array_merge((array)get_agent_address ($id_agente),get_agent_addresses ($id_agente))), "not_used", get_agent_address ($id_agente));
echo '</td></tr>';
//OS