mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
2013-09-25 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_modules.php: made more easy the merge with the last branch. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8810 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f581cc13c1
commit
f132f1eeab
@ -1,3 +1,8 @@
|
||||
2013-09-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_modules.php: made more easy the merge with the
|
||||
last branch.
|
||||
|
||||
2013-09-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/modules/manage_network_components_form_common.php,
|
||||
|
@ -736,6 +736,7 @@ function modules_get_agentmodule_id ($agentmodule_name, $agent_id) {
|
||||
* @return bool true if is init and false if is not init
|
||||
*/
|
||||
function modules_get_agentmodule_is_init ($id_agentmodule, $metaconsole = false, $id_server = null) {
|
||||
|
||||
if ($metaconsole) {
|
||||
$server = db_get_row('tmetaconsole_setup', 'id', $id_server);
|
||||
|
||||
@ -870,6 +871,7 @@ function modules_get_agentmodule_name ($id_agente_modulo) {
|
||||
* @return string Module type of the given agent module.
|
||||
*/
|
||||
function modules_get_agentmodule_type ($id_agentmodule, $metaconsole = false, $id_server = null) {
|
||||
|
||||
if ($metaconsole) {
|
||||
$server = db_get_row('tmetaconsole_setup', 'id', $id_server);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user