2010-08-23 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/visual_console_builder.php: Fixed an error when add a module into visual map with the wizard for bug: 3051058 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3170 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
876ff4d52f
commit
fe70fed310
|
@ -1,3 +1,9 @@
|
|||
2010-08-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/reporting/visual_console_builder.php: Fixed
|
||||
an error when add a module into visual map with the
|
||||
wizard for bug: 3051058
|
||||
|
||||
2010-08-23 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/languages/cs.po
|
||||
|
|
|
@ -147,6 +147,7 @@ switch ($activeTab) {
|
|||
case 'wizard':
|
||||
$visualConsole = get_db_row_filter('tlayout', array('id' => $idVisualConsole));
|
||||
$visualConsoleName = $visualConsole['name'];
|
||||
$background = $visualConsole['background'];
|
||||
switch ($action) {
|
||||
case 'update':
|
||||
$id_agents = get_parameter ('id_agents', array ());
|
||||
|
|
Loading…
Reference in New Issue