Browse Source

Forgot @since info for sqsetcookie

pdontthink 16 years ago
parent
commit
d7f614d31b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/global.php

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