diff options
author | alecpl <alec@alec.pl> | 2008-05-30 10:55:05 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-30 10:55:05 +0000 |
commit | ea400ed2df4b7ce6033be58c5e0ce49608ea2c99 (patch) | |
tree | 25d9352689fe84a438799ae781872c1c348c16dc | |
parent | 681a59fa52b2996d8e8fa8c2d36eee1d1e70d938 (diff) |
-cleanup
-rw-r--r-- | program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index ee2eafe6f..74454ca12 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -2489,7 +2489,7 @@ class rcube_imap */ function _sort_mailbox_list($a_folders) { - $a_out = $a_defaults = $folders = $subfolders = array(); + $a_out = $a_defaults = $folders = array(); $delimiter = $this->get_hierarchy_delimiter(); |