mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
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
949e8f2815
commit
1615561e67
@ -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>
|
2010-08-23 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/languages/cs.po
|
* include/languages/cs.po
|
||||||
|
@ -147,6 +147,7 @@ switch ($activeTab) {
|
|||||||
case 'wizard':
|
case 'wizard':
|
||||||
$visualConsole = get_db_row_filter('tlayout', array('id' => $idVisualConsole));
|
$visualConsole = get_db_row_filter('tlayout', array('id' => $idVisualConsole));
|
||||||
$visualConsoleName = $visualConsole['name'];
|
$visualConsoleName = $visualConsole['name'];
|
||||||
|
$background = $visualConsole['background'];
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
case 'update':
|
case 'update':
|
||||||
$id_agents = get_parameter ('id_agents', array ());
|
$id_agents = get_parameter ('id_agents', array ());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user