fix for folders with '*'. bug #552180

This commit is contained in:
jmunro 2002-05-27 23:55:30 +00:00
parent 3f3b2aaed7
commit 01c46aa9b9

View file

@ -567,6 +567,7 @@ function sqimap_mailbox_list($imap_stream) {
$used[$k] = true; $used[$k] = true;
} }
$spec_sub = str_replace(' ', '', $box['formatted']); $spec_sub = str_replace(' ', '', $box['formatted']);
$spec_sub = str_replace('*', '', $box['formatted']);
/* In case of problems with preg /* In case of problems with preg
here is a ereg version here is a ereg version