2013-01-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* include/config_process.php: Removed php notice in this view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2013-01-04 11:30:55 +00:00
parent f2c453bd9a
commit 1cdc8ef15f
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-01-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/config_process.php: Removed php notice in this view.
2013-01-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/help/en/help_alert_macros.php

View File

@ -157,6 +157,11 @@ if (isset ($config['id_user'])) {
}
}
// Check if inventory_changes_blacklist is setted, if not create it
if (!isset($config['inventory_changes_blacklist'])) {
$config['inventory_changes_blacklist'] = array();
}
set_user_language();
require_once ($ownDir . 'functions_extensions.php');