diff options
author | Thies C. Arntzen <thies@php.net> | 2000-06-14 12:28:21 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-06-14 12:28:21 +0000 |
commit | 4292f89345bc50231a1e26cf14121823e2e01aeb (patch) | |
tree | 19cea109094aa81807aca6cef2f5505648d54135 /ext/imap/php_imap.c | |
parent | 190e2e73e9fbbf97c36f7335e299251f2989e0cb (diff) | |
download | php-git-4292f89345bc50231a1e26cf14121823e2e01aeb.tar.gz |
no c++ comments, please
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index ae792b3312..f0e0bafe61 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1809,7 +1809,7 @@ PHP_FUNCTION(imap_lsub_full) } mail_free_foblist (&IMAPG(imap_sfolder_objects)); efree(delim); - IMAPG(folderlist_style) = FLIST_ARRAY; // reset to default + IMAPG(folderlist_style) = FLIST_ARRAY; /* reset to default */ } /* }}} */ |