Sfoglia il codice sorgente

Forgot @since info for sqsetcookie

pdontthink 16 anni fa
parent
commit
d7f614d31b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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) {