documenting hook changes
[squirrelmail.git] / contrib / decrypt_headers.php
index 1e38107378b43efb9cc49a8f4bf150836b19f6d6..88f8e3868cb194ade583e0ef412556a3b613b50b 100644 (file)
@@ -41,7 +41,7 @@ include_once(SM_PATH.'functions/strings.php');
  * @param string $hex hexadecimal string created with squirrelmail ip2hex 
  *  function in delivery class.
  * @return string ip address
- * @since 1.5.1
+ * @since 1.5.1 and 1.4.5
  */
 function hex2ip($hex) {
     if (strlen($hex)==8) {