From 2161661aa48862cf4b4e8f356835ace09efdd823 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 4 Feb 2013 13:05:52 +0000 Subject: [PATCH] 2013-02-04 Miguel de Dios * godmode/reporting/reporting_builder.item_editor.php: fixed lost global var $meta in the SLA table. Fixes: #3602721 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7570 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ .../godmode/reporting/reporting_builder.item_editor.php | 2 ++ 2 files changed, 9 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 35ed1ae249..4e987daed3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2013-02-04 Miguel de Dios + + * godmode/reporting/reporting_builder.item_editor.php: fixed lost + global var $meta in the SLA table. + + Fixes: #3602721 + 2013-02-04 Miguel de Dios * operation/search_modules.php: fixed the image to edit. diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index 1c46b28336..708205b1e3 100644 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -1001,6 +1001,8 @@ if ($meta) { function print_SLA_list($width, $action, $idItem = null) { global $config; + global $meta; + ?>