2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
* 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
This commit is contained in:
parent
4bb3a17545
commit
2161661aa4
|
@ -1,3 +1,10 @@
|
|||
2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: fixed lost
|
||||
global var $meta in the SLA table.
|
||||
|
||||
Fixes: #3602721
|
||||
|
||||
2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/search_modules.php: fixed the image to edit.
|
||||
|
|
|
@ -1001,6 +1001,8 @@ if ($meta) {
|
|||
|
||||
function print_SLA_list($width, $action, $idItem = null) {
|
||||
global $config;
|
||||
global $meta;
|
||||
|
||||
?>
|
||||
<table class="databox" id="sla_list" border="0" cellpadding="4" cellspacing="4" width="98%">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue