aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-06-18 16:47:15 +0000
committerrub <rub@piwigo.org>2006-06-18 16:47:15 +0000
commit88af014526f48cc48f3069d0fa48299b0d448be1 (patch)
tree51705674d966b3579fb756debec0cf9b72a13db6 /include
parent57cf3ba758cadf56e35aa030edf525e61a56cfc6 (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 'include')
-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 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