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
2ef3251293
commit
1dc4b60a5a
9 changed files with 111 additions and 93 deletions
|
|
@ -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) == '>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue