From 29e7ff8ff2c600d004fb7a277c2c22467c676ef0 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 25 Aug 2008 08:41:36 +0000 Subject: [PATCH] MINOR added @deprecated note in PHPdoc to show that Email_Template is deprecated git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61484 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- email/Email.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/email/Email.php b/email/Email.php index 1abf2d278..0fe39329d 100755 --- a/email/Email.php +++ b/email/Email.php @@ -423,6 +423,9 @@ class Email extends ViewableData { /** * Implements an email template that can be populated. + * + * @deprecated - Please use Email_Template instead! + * * @package sapphire * @subpackage email */