From ed2e467cec50efc57350ac61508f79eee1de1a0e Mon Sep 17 00:00:00 2001
From: Robert Sesek <rsesek@bluestatic.org>
Date: Sat, 16 Sep 2006 19:08:52 +0000
Subject: [PATCH] Switch from one todo mark to another

---
 mail.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail.php b/mail.php
index 605e67a..af114b3 100644
--- a/mail.php
+++ b/mail.php
@@ -263,7 +263,7 @@ class Mail
 		}
 		
 		// make sure we have a mailer
-		// #*# add support for SMTP
+		// TODO - add support for SMTP
 		if (!@ini_get('sendmail_path'))
 		{
 			$this->registry->debug("email: no sendmail -> not sending");
-- 
2.43.5