forked from extern/egroupware
replaced several calendar_so::search() parameter with new array $params parameter and added new $params[users] with raw users as passed to calendar_bo::search() (without members and memberships added) for calendar integration
This commit is contained in:
parent
45172377ab
commit
5988080ea3
@ -13,9 +13,10 @@ php_flag register_globals off
|
||||
php_flag short_open_tag on
|
||||
php_flag track_vars on
|
||||
php_flag display_errors off
|
||||
php_value error_reporting 'E_ALL & ~E_NOTICE'
|
||||
# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135
|
||||
php_value error_reporting 6135
|
||||
php_value max_execution_time 90
|
||||
php_value memory_limit 64M
|
||||
php_value memory_limit 256M
|
||||
php_value session.gc_maxlifetime 14400
|
||||
php_value upload_max_filesize 64M
|
||||
php_value post_max_size 65M
|
||||
|
Loading…
Reference in New Issue
Block a user