From 4f96c398686b7fc69e0f0b5c8808c6d429828b56 Mon Sep 17 00:00:00 2001 From: robert Date: Thu, 18 Mar 2004 20:56:23 +0000 Subject: [PATCH 1/1] add new insertA/updateA interfaces from com project, add escaping. I just hope that works well across projects. Add license headers to files that are shared with com project --- include/classes/email.php-class | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/include/classes/email.php-class b/include/classes/email.php-class index 9e5adba..77d4033 100755 --- a/include/classes/email.php-class +++ b/include/classes/email.php-class @@ -1,4 +1,24 @@ + * + * ***** END LICENSE BLOCK ***** */ + class email { // email PHP class // class/object for creating a new mail and send it -- 2.35.3