Removed old code

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-07-20 15:23:47 +02:00
parent fdee0e452f
commit 7e57b93806

View file

@ -155,10 +155,6 @@ class kolab_addressbook_ui
),
);
if (strlen($path_imap)) {
$path = rcube_charset_convert($path_imap, 'UTF7-IMAP');
}
if (!empty($options) && ($options['norename'] || $options['namespace'] != 'personal')) {
// prevent user from moving folder
$hidden_fields[] = array('name' => '_parent', 'value' => $path_imap);