From 184cf51d2f21782d8fa78d833b1439ed692126ff Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 12 Aug 2012 20:56:23 -0700 Subject: reduce duplication - only provide one system language setting --- include/html2plain.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/html2plain.php') 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); -- cgit v1.2.3