]> git.mxchange.org Git - friendica.git/blobdiff - include/msgclean.php
merged 2 if() into one as requested by CR
[friendica.git] / include / msgclean.php
index de7dacca29ba1510eab76e76e3230e498fc7ae50..3b5ed5487de87d1837cba6c4c7db3259b572244f 100644 (file)
@@ -154,7 +154,7 @@ function removelinebreak($message)
        $lines = array();
        $lineno = 0;
 
-       foreach ($arrbody as $i => $line) {
+       foreach($arrbody as $i => $line) {
                $currquotelevel = 0;
                $currline = $line;
                while ((strlen($currline)>0) and ((substr($currline, 0, 1) == '>')