Fix display issue after moving folder in Folder Manager (#1489293)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix display issue after moving folder in Folder Manager (#1489293) |
| | | - Fix handling of non-default date formats (#1489294) |
| | | - Fix unquoted path in PREG expression on Windows (#1489290) |
| | | - Fix replacement variables in user-specific base_dn in some LDAP requests (#1489279) |
| | |
| | | array('value' => $folder_utf8, 'disabled' => $disabled ? 'disabled' : ''))); |
| | | |
| | | $a_js_folders['rcmrow'.$idx] = array($folder_utf8, |
| | | Q($display_folder), $protected || $folder['virtual']); |
| | | $display_folder, $protected || $folder['virtual']); |
| | | } |
| | | |
| | | $RCMAIL->plugins->exec_hook('folders_list', array('table' => $table)); |