POP3 class code replaced with mail_fetch class code.
[squirrelmail.git] / functions / global.php
index abe5666d55326749e1a805269264a257cbfedf06..b04a5adb2cf7e88069181e636f29825025789030 100644 (file)
@@ -319,6 +319,7 @@ function sqsetcookie($sName,$sValue,$iExpire=false,$sPath="",$sDomain="",$bSecur
     if ($sDomain) {
         $sHeader .= "; Domain=$sDomain";
     }
+    // TODO: IE for Mac (5.2) thinks that semicolon is part of cookie domain
     if ($bSecure) {
         $sHeader .= "; Secure";
     }
@@ -417,5 +418,3 @@ function php_self () {
 
     return '';
 }
-
-