no copy confirmation (fixes DN moving)

This commit is contained in:
Roland Gruber 2012-01-26 18:08:22 +00:00
parent beba19e60e
commit 6f8abe9ce5
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@ if (!checkIfWriteAccessIsAllowed()) {
$servers->setValue('unique','attrs',array());
$servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTimestamp', 'modifiersName',
'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime'));
$config->custom->confirm['copy'] = false;
?>