diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-06 14:18:30 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-06 14:18:30 +0200 |
commit | 2ddb72bb58eac5d5cfb97d50a15069d2ed18a898 (patch) | |
tree | 9b28144e39b6e4a79dea814839e196f1f9fd435a /lib/mail.php | |
parent | 190fca1121d4b37d7c4b2f96204daf7d8d0dded6 (diff) | |
download | nextcloud-server-2ddb72bb58eac5d5cfb97d50a15069d2ed18a898.tar.gz nextcloud-server-2ddb72bb58eac5d5cfb97d50a15069d2ed18a898.zip |
fix wrong documentation
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 b46f73bd94b..7343f5f0d97 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -88,19 +88,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() { |