mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix php header for new Function FetchBoundary
This commit is contained in:
parent
ac431bfbcf
commit
449a355f2a
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user