aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-06-18 16:50:18 +0000
committerrub <rub@piwigo.org>2006-06-18 16:50:18 +0000
commit21cd353315c8033aeeb8e2e37b8d417ae65917c9 (patch)
tree31ce40e2997258f9ebae1f51ddf2b4dc9026beb0
parent9ab183d3e4d5e02e2a09e927ea7ecfb99fa7753a (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 Merge BSF r1363:1364 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1365 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/functions.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php
index 12fe7200d..89bf29c0f 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