mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_config.php: fixed the update "collection_max_size" value. Fixes: #3220485 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4117 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a8f8a1ca6c
commit
c46f12da72
@ -1,3 +1,10 @@
|
||||
2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_config.php: fixed the update "collection_max_size"
|
||||
value.
|
||||
|
||||
Fixes: #3220485
|
||||
|
||||
2011-03-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extensions/resource_registration.php: fixed the require once enterprise
|
||||
|
@ -238,6 +238,8 @@ function update_config () {
|
||||
|
||||
update_config_value ('api_password', get_parameter('api_password', $config['api_password']));
|
||||
|
||||
update_config_value ('collection_max_size', get_parameter('collection_max_size', $config['collection_max_size']));
|
||||
|
||||
$enterprise = enterprise_include_once('include/functions_policies.php');
|
||||
if ($enterprise !== ENTERPRISE_NOT_HOOK) {
|
||||
$locked = enterprise_hook('semaphore_policy_test_and_set');
|
||||
|
Loading…
x
Reference in New Issue
Block a user