From 88af014526f48cc48f3069d0fa48299b0d448be1 Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 18 Jun 2006 16:47:15 +0000 Subject: 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 --- include/functions.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3