Use attachment_dir only at the point where we're actually
[squirrelmail.git] / class / deliver / Deliver_SMTP.class.php
index 3b94f1e28d1e1d4d61aa7b69aff208d2a46338bb..490f21b7af9bce9378cc159e4219d2f67e55e983 100644 (file)
@@ -5,7 +5,7 @@
  *
  * SMTP delivery backend for the Deliver class.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -514,5 +514,3 @@ class Deliver_SMTP extends Deliver {
         return $ret;
     }
 }
-
-?>