mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
uncomment testwise commented allowens for admins to export more then the export limit
This commit is contained in:
parent
dbac6bf8f0
commit
d13b605db8
@ -294,7 +294,7 @@ abstract class bo_merge
|
||||
}
|
||||
|
||||
// check export-limit and fail if user tries to export more entries then allowed
|
||||
if ($this->export_limit && //!$GLOBALS['egw_info']['user']['apps']['admin'] &&
|
||||
if ($this->export_limit && !$GLOBALS['egw_info']['user']['apps']['admin'] &&
|
||||
count($ids) > (int)$this->export_limit)
|
||||
{
|
||||
$err = lang('No rights to export more then %1 entries!',(int)$this->export_limit);
|
||||
|
Loading…
Reference in New Issue
Block a user