]> git.mxchange.org Git - friendica.git/blobdiff - include/quoteconvert.php
Degrade priority step by step
[friendica.git] / include / quoteconvert.php
index 3a2292dddcd75ecfbe1d67840da9a1b9818f73ae..71a15350c5f3f803f2ed53f7896c160656cd5bf6 100644 (file)
@@ -10,7 +10,7 @@ function convertquote($body, $reply)
                $quoteline = $arrbody[$i];
 
                while ((strlen($quoteline)>0) and ((substr($quoteline, 0, 1) == '>')
-                       or (substr($quoteline, 0, 1) == ' '))) {
+                       || (substr($quoteline, 0, 1) == ' '))) {
                        if (substr($quoteline, 0, 1) == '>')
                                $quotelevel++;
 
@@ -129,4 +129,3 @@ function removetofu($message)
 
        return($message);
 }
-?>