diff options
author | friendica <info@friendica.com> | 2012-08-12 20:56:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-12 20:56:23 -0700 |
commit | 184cf51d2f21782d8fa78d833b1439ed692126ff (patch) | |
tree | cc2d74b87c5ac94fe7aa7c97382b6f982810298b /include/html2plain.php | |
parent | 9899cfb5c75b6855e158d855ca0dba1344ca6262 (diff) | |
download | volse-hubzilla-184cf51d2f21782d8fa78d833b1439ed692126ff.tar.gz volse-hubzilla-184cf51d2f21782d8fa78d833b1439ed692126ff.tar.bz2 volse-hubzilla-184cf51d2f21782d8fa78d833b1439ed692126ff.zip |
reduce duplication - only provide one system language setting
Diffstat (limited to 'include/html2plain.php')
-rw-r--r-- | include/html2plain.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/html2plain.php b/include/html2plain.php index 839dd70a7..5631e4954 100644 --- a/include/html2plain.php +++ b/include/html2plain.php @@ -100,7 +100,6 @@ function collecturls($message) { function html2plain($html, $wraplength = 75, $compact = false) { - global $lang; $message = str_replace("\r", "", $html); |