Changeset 1364


Ignore:
Timestamp:
Jun 18, 2006, 6:47:15 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r1363 r1364  
    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.