Revert "Coding convention applied - part 1"
This commit is contained in:
@@ -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) == '>')
|
||||
|
||||
Reference in New Issue
Block a user