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:
parent
f2c453bd9a
commit
1cdc8ef15f
|
@ -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
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue