mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
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
032958b443
commit
c39bdebce9
@ -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>
|
2013-01-04 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* include/help/en/help_alert_macros.php
|
* 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();
|
set_user_language();
|
||||||
|
|
||||||
require_once ($ownDir . 'functions_extensions.php');
|
require_once ($ownDir . 'functions_extensions.php');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user