provide HTTP header parser which honours continuation lines and despite the fact that continuation lines have been deprecated - as they still exist in the wild.
This commit is contained in:
@@ -1581,11 +1581,6 @@ function prepare_body(&$item,$attach = false) {
|
||||
$photo = $prep_arr['photo'];
|
||||
$event = $prep_arr['event'];
|
||||
|
||||
// q("update item set html = '%s' where id = %d",
|
||||
// dbesc($s),
|
||||
// intval($item['id'])
|
||||
// );
|
||||
|
||||
if(! $attach) {
|
||||
return $s;
|
||||
}
|
||||
|
Reference in New Issue
Block a user