From 51fa8319fff96a2272291ad58274898ba595b270 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 5 Aug 2006 11:21:35 +0000 Subject: [PATCH] information about #1312915 fix and phpdoc updates git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11474 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + functions/folder_manip.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 02395b84..66c1a7b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -126,6 +126,7 @@ Version 1.5.2 - CVS subfolders (#1413569). - Custom SMTP AUTH configuration variables are moved from config_local.php to main configuration file. + - Fixed subscription of new 'noselect' folders (#1315912). Version 1.5.1 (branched on 2006-02-12) -------------------------------------- diff --git a/functions/folder_manip.php b/functions/folder_manip.php index 116fe70b..c080f1c7 100644 --- a/functions/folder_manip.php +++ b/functions/folder_manip.php @@ -43,9 +43,9 @@ function folders_checkname($imapConnection, $folder_name, $delimiter) * Called from folders.php to create a new folder. * @param stream $imapConnection imap connection resource * @param string $delimiter delimiter - * @param string $folder_name create folder name + * @param string $folder_name new folder name * @param string $subfolder folder that stores new folder - * @param boolean $contain_subs + * @param string $contain_subs if not empty, creates folder that can store subfolders * @since 1.5.1 */ function folders_create ($imapConnection, $delimiter, $folder_name, $subfolder, $contain_subs) -- 2.25.1