diff options
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); |