Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-06-06 16:18:30 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-06-06 16:18:30 +0400
commit2ddb72bb58eac5d5cfb97d50a15069d2ed18a898 (patch)
tree9b28144e39b6e4a79dea814839e196f1f9fd435a /lib/mail.php
parent190fca1121d4b37d7c4b2f96204daf7d8d0dded6 (diff)
fix wrong documentation
Diffstat (limited to 'lib/mail.php')
-rw-r--r--lib/mail.php13
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() {