aboutsummaryrefslogtreecommitdiffstats
path: root/include/html2plain.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-12 20:56:23 -0700
committerfriendica <info@friendica.com>2012-08-12 20:56:23 -0700
commit184cf51d2f21782d8fa78d833b1439ed692126ff (patch)
treecc2d74b87c5ac94fe7aa7c97382b6f982810298b /include/html2plain.php
parent9899cfb5c75b6855e158d855ca0dba1344ca6262 (diff)
downloadvolse-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.php1
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);