From 41d21b872cfe57dde7b0475d08f242e76032a144 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 12 Jul 2013 17:33:18 +0000 Subject: [PATCH] update --- Toolkit/Contacts/Admin/EditContact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Toolkit/Contacts/Admin/EditContact.php b/Toolkit/Contacts/Admin/EditContact.php index 95568c6..ff47767 100644 --- a/Toolkit/Contacts/Admin/EditContact.php +++ b/Toolkit/Contacts/Admin/EditContact.php @@ -823,6 +823,7 @@ class Toolkit_Contacts_Admin_EditContact } else { $this->Action = 'Contact Added'; } + $values['create_date'] = date('m/d/Y'); // build a contact or customer class object with the values from // the Contact form if ($this->tableName == 'contact') { -- 2.17.1