fix php header for new Function FetchBoundary

This commit is contained in:
Klaus Leithoff 2010-10-20 09:48:49 +00:00
parent ac431bfbcf
commit 449a355f2a

View File

@ -1282,8 +1282,8 @@ class PHPMailer {
/**
* Returns the specified message boundary.
* boundary is set only after CreateHeader was called
* @params integer the boundary to fetch
* @returns string/boolean - the boundary or false if not set (yet)
* @param integer the boundary to fetch
* @return string/boolean - the boundary or false if not set (yet)
*/
public function FetchBoundary($num)
{