updating @since tags to indicate version in stable
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 May 2005 14:22:44 +0000 (14:22 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 May 2005 14:22:44 +0000 (14:22 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9442 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/deliver/Deliver.class.php
config/config_default.php
contrib/decrypt_headers.php

index f85a611ef2cc28a6bff78675cd80180e0cb6bf9e..bd952764f70e6f2c71a1e42f40451fd679064d20 100644 (file)
@@ -735,7 +735,7 @@ class Deliver {
      * If function fails to detect address format, it returns unprocessed string.
      * @param string $string ip address string
      * @return string processed ip address string
-     * @since 1.5.1
+     * @since 1.5.1 and 1.4.5
      */
     function ip2hex($string) {
         if (preg_match("/^(\d+)\.(\d+)\.(\d+)\.(\d+)$/",$string,$match)) {
index 068c5670c9f9b42715dcb4b0d47266801ed36965..f564b4cf9fd9d70d55bc95e2e115ae2a94957e43 100644 (file)
@@ -157,7 +157,7 @@ $smtpPort = 25;
  * Encoded information can be decoded with decrypt_headers.php script
  * from SquirrelMail contrib/ directory.
  * @global string $encode_header_key
- * @since 1.5.1
+ * @since 1.5.1 and 1.4.5
  */
 $encode_header_key = '';
 
@@ -543,6 +543,7 @@ $edit_name = true;
  *
  * See SquirrelMail bug tracker #847107 for more details about it.
  * @global bool $hide_auth_header
+ * @since 1.5.1 and 1.4.5
  */
 $hide_auth_header = false;
 
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) {