2010-04-23 Sancho Lerena <slerena@artica.es>

* include/config_process.php: Fixed a doble include in the
        functions_enterprise.php file (breaks the tab "inventory" in the
        agent view).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2606 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2010-04-23 17:01:45 +00:00
parent 2eef0d7a5f
commit 3d56880ef7
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-04-23 Sancho Lerena <slerena@artica.es>
* include/config_process.php: Fixed a doble include in the
functions_enterprise.php file (breaks the tab "inventory" in the
agent view).
2010-04-23 Sergio Martin <sergio.martin@artica.es>
* general/ui/agents_list.php: Changed the all group

View File

@ -117,7 +117,7 @@ $config['extensions'] = get_extensions ();
if (file_exists ($config["homedir"].'/'.ENTERPRISE_DIR.'/index.php')) {
$config['enterprise_installed'] = 1;
enterprise_include ('include/functions_enterprise.php');
enterprise_include_once ('include/functions_enterprise.php');
} else {
$config['enterprise_installed'] = 0;
}