Doc fix
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Nov 2006 08:24:25 +0000 (08:24 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Nov 2006 08:24:25 +0000 (08:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11953 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_general.php

index 46c49ee5491b0f9b71a4eef399cbf12ab7c5e912..2ed19901b0d70c9a1f22e1b704f09ba791d6af9d 100755 (executable)
@@ -757,7 +757,9 @@ function sqimap_create_stream($server,$port,$tls=0) {
  * @param string $imap_server_address address of imap server
  * @param integer $imap_port port of imap server
  * @param int $hide controls display connection errors:
- *                  0 = do not hide, 1 = show logout error, 2 = return FALSE
+ *                  0 = do not hide
+ *                  1 = show no errors (just exit)
+ *                  2 = show no errors (return FALSE)
  * @return mixed The IMAP connection stream, or FALSE if $hide is set to 2 
  *               and the connection fails.
  */