mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
Issue ID 0000407: accents are not allowed in mail headers
Fix: comment for str_translate_to_ascii7bits fucntion must be split into two lines git-svn-id: http://piwigo.org/svn/trunk@1364 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -820,7 +820,8 @@ function l10n($key)
|
||||
|
||||
/**
|
||||
* Translate string in string ascii7bits
|
||||
* It's possible to do that with iconv_substr but this fonction is not avaible on all the providers.
|
||||
* It's possible to do that with iconv_substr
|
||||
* but this fonction is not avaible on all the providers.
|
||||
*
|
||||
* @param string str
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user