From 1a0cd46e4a82fba3c91b8887dc3c5d2b6bc117c1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 2 Sep 2009 16:24:34 -0600 Subject: [PATCH] Fix parameter ordering. --- imp/lib/Folder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Folder.php b/imp/lib/Folder.php index 99363b2c5..e9f62e7c5 100644 --- a/imp/lib/Folder.php +++ b/imp/lib/Folder.php @@ -63,9 +63,9 @@ class IMP_Folder /** * Lists folders. * - * @param boolean $sub Should we list only subscribed folders? * @param array $filter An list of mailboxes that should be left out of * the list (UTF7-IMAP). + * @param boolean $sub Should we list only subscribed folders? * * @return array An array of folders, where each array element is an * associative array containing three values: -- 2.11.0