diff options
Diffstat (limited to 'lib/mail.php')
-rw-r--r-- | lib/mail.php | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/mail.php b/lib/mail.php index 0ecee0f01c8..0ac9a97c1bf 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -91,19 +91,8 @@ class OC_Mail { /** - * sending a mail based on a template + * return the footer for a mail * - * @param texttemplate $texttemplate - * @param htmltemplate $htmltemplate - * @param data $data - * @param To $toaddress - * @param ToName $toname - * @param Subject $subject - * @param From $fromaddress - * @param FromName $fromname - * @param ccaddress $ccaddress - * @param ccname $ccname - * @param bcc $bcc */ public static function getfooter() { |