mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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.
|
* Returns the specified message boundary.
|
||||||
* boundary is set only after CreateHeader was called
|
* boundary is set only after CreateHeader was called
|
||||||
* @params integer the boundary to fetch
|
* @param integer the boundary to fetch
|
||||||
* @returns string/boolean - the boundary or false if not set (yet)
|
* @return string/boolean - the boundary or false if not set (yet)
|
||||||
*/
|
*/
|
||||||
public function FetchBoundary($num)
|
public function FetchBoundary($num)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user