From b80887b42134ba0b7f924116755fa3d53095fba9 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 20 Nov 2008 20:08:16 +0000 Subject: [PATCH] Forgot @since info for sqsetcookie git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13320 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/global.php b/functions/global.php index 15cd9e1f..2916858c 100644 --- a/functions/global.php +++ b/functions/global.php @@ -510,6 +510,8 @@ function sqsession_start() { * * @return void * + * @since 1.4.16 and 1.5.1 + * */ function sqsetcookie($sName, $sValue='deleted', $iExpire=0, $sPath="", $sDomain="", $bSecure=false, $bHttpOnly=true, $bReplace=false) { -- 2.25.1