Переглянути джерело

information about #1312915 fix and phpdoc updates

tokul 19 роки тому
батько
коміт
6ed4d410df
2 змінених файлів з 3 додано та 2 видалено
  1. 1 0
      ChangeLog
  2. 2 2
      functions/folder_manip.php

+ 1 - 0
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)
 --------------------------------------

+ 2 - 2
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)