Changeset 1365


Ignore:
Timestamp:
Jun 18, 2006, 6:50:18 PM (18 years ago)
Author:
rub
Message:

Issue ID 0000407: accents are not allowed in mail headers

Fix: comment for str_translate_to_ascii7bits fucntion must be split into two lines

Merge BSF r1363:1364 into branch-1_6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/include/functions.inc.php

    r1362 r1365  
    821821/**
    822822 * Translate string in string ascii7bits
    823  * It's possible to do that with iconv_substr but this fonction is not avaible on all the providers.
     823 * It's possible to do that with iconv_substr
     824 * but this fonction is not avaible on all the providers.
    824825 *
    825826 * @param string str
Note: See TracChangeset for help on using the changeset viewer.