Skip to content

Commit

Permalink
Not used
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 22, 2015
1 parent 9ac03eb commit 7aa442f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions framework/Mime/lib/Horde/Mime/Part.php
Expand Up @@ -1851,18 +1851,6 @@ protected function _scanStream($fp)
return $filter_params->body;
}

/**
* Sanitize header-related MIME data.
*
* @param string $data Header data.
*
* @return string Sanitized data.
**/
protected function _sanitizeHeaderData($data)
{
return str_replace("\0", '', $data);
}

/* Static methods. */

/**
Expand Down

0 comments on commit 7aa442f

Please sign in to comment.