diff options
author | rub <rub@piwigo.org> | 2006-06-18 16:47:15 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-06-18 16:47:15 +0000 |
commit | 88af014526f48cc48f3069d0fa48299b0d448be1 (patch) | |
tree | 51705674d966b3579fb756debec0cf9b72a13db6 | |
parent | 57cf3ba758cadf56e35aa030edf525e61a56cfc6 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/functions.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index 4c2b045c0..30df3ed4b 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -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 |