phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/Mail.php, 1.2


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/Mail.php, 1.2
Date: Thu, 20 May 2004 19:26:44 -0000

Update of /pbwebmaui/inc/pb.WebMAUI/lib
Modified Files:
        Branch: 
          Mail.php

date: 2004/04/22 07:19:46;  author: powerstat;  state: Exp;  lines: +12 -2

Log Message:
fixed phpdoc comments
=====================================================================
No syntax errors detected in -
=====================================================================
Index: pbwebmaui/inc/pb.WebMAUI/lib/Mail.php
diff -u pbwebmaui/inc/pb.WebMAUI/lib/Mail.php:1.1 
pbwebmaui/inc/pb.WebMAUI/lib/Mail.php:1.2
--- pbwebmaui/inc/pb.WebMAUI/lib/Mail.php:1.1   Wed Mar 31 08:27:37 2004
+++ pbwebmaui/inc/pb.WebMAUI/lib/Mail.php       Thu Apr 22 07:19:46 2004
@@ -1,4 +1,12 @@
 <?php
+/**
+ * PEAR's Mail:: interface. Defines the interface for implementing
+ * mailers under the PEAR hierarchy, and provides supporting functions
+ * useful in multiple mailer backends.
+ *
+ * @version $Revision$
+ * @package Mail
+ */
 //
 // +----------------------------------------------------------------------+
 // | PHP Version 4                                                        |
@@ -18,6 +26,9 @@
 //
 // $Id$
 
+/**
+ * Include PEAR base class
+ */
 require_once 'PEAR.php';
 
 /**
@@ -26,7 +37,6 @@
  * useful in multiple mailer backends.
  *
  * @access public
- * @version $Revision$
  * @package Mail
  */
 class Mail




reply via email to

[Prev in Thread] Current Thread [Next in Thread]