mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:10:15 +00:00
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
cdff732044
commit
299c0122f6
8 changed files with 112 additions and 102 deletions
|
@ -49,7 +49,7 @@ function quotelevel($message, $wraplength = 75)
|
|||
|
||||
$newlines = array();
|
||||
$level = 0;
|
||||
foreach($lines as $line) {;
|
||||
foreach ($lines as $line) {;
|
||||
$line = trim($line);
|
||||
$startquote = false;
|
||||
while (strpos("*".$line, '[quote]') > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue