2013-07-30 Miguel de Dios <miguel.dedios@artica.es>

* godmode/agentes/module_manager_editor_prediction.php,
	include/constants.php: fixed the repeat operator and added some
	constants for to make more easy the code.
	
	Fixes: #2279
	
	MERGED FROM THE TRUNK




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8599 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-07-30 15:02:07 +00:00
parent 364bc423bd
commit f672d8a539
2 changed files with 3 additions and 1 deletions

View File

@ -138,7 +138,7 @@ else {
}
$data[1] .= html_print_label(__("Module"),'prediction_module',true);
if($id_agente) {
if ($id_agente) {
$sql = "SELECT id_agente_modulo, nombre
FROM tagente_modulo
WHERE delete_pending = 0

View File

@ -159,6 +159,8 @@ define('AGENT_STATUS_UNKNOWN', 3);
define('AGENT_STATUS_ALERT_FIRED', 4);
define('AGENT_STATUS_WARNING', 2);
/* Visual maps contants */
//The items kind
define('STATIC_GRAPH', 0);