"fixed typo causing only sending the mail without storing in an addressbook to fail"

This commit is contained in:
Ralf Becker 2007-12-07 07:49:00 +00:00
parent a6b8ef57d5
commit 3bcc3ee251

View File

@ -68,7 +68,7 @@ class addressbook_contactform
} }
else // this is only called, if we send only email and dont save it else // this is only called, if we send only email and dont save it
{ {
if ($contact['email_contactform']) if ($content['email_contactform'])
{ {
require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.addressbook_tracking.inc.php'); require_once(EGW_INCLUDE_ROOT.'/addressbook/inc/class.addressbook_tracking.inc.php');
$tracking = new addressbook_tracking($contact); $tracking = new addressbook_tracking($contact);