Juann Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_agents.php: Fixed function agents_get_modules() where modules are retrieve. Esta línea y las que están debajo serán ignoradas-- M ChangeLog M include/functions_agents.php git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4893 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
f2e5ef68cc
commit
015159c075
|
@ -1,3 +1,8 @@
|
||||||
|
2011-09-02 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_agents.php: Fixed function agents_get_modules()
|
||||||
|
where modules are retrieve.
|
||||||
|
|
||||||
2011-09-02 Miguel de Dios <miguel.dedios@artica.es>
|
2011-09-02 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/config_process.php: set by default the mysql connection type
|
* include/config_process.php: set by default the mysql connection type
|
||||||
|
|
|
@ -1011,7 +1011,7 @@ function agents_get_modules ($id_agent = null, $details = false, $filter = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//else if (strstr($value, '666=666', true) == '') {
|
//else if (strstr($value, '666=666', true) == '') {
|
||||||
else if (substr ($value, 0, strpos ($value, '666=666')) == '') {
|
else if (strncmp($value, '666=666', 7) == 0){
|
||||||
switch ($config['dbtype']) {
|
switch ($config['dbtype']) {
|
||||||
case "mysql":
|
case "mysql":
|
||||||
case "postgresql":
|
case "postgresql":
|
||||||
|
|
Loading…
Reference in New Issue