Skip to content
Snippets Groups Projects
Unverified Commit b3925388 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #18468 from eileenmcnaughton/iso1

#1921 Remove iso convert
parents a9f16152 9573d2c5
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ class CRM_Activity_Page_AJAX {
if (!$otherActivity->find(TRUE)) {
return (['error_msg' => 'activity record is missing.']);
}
$actDateTime = CRM_Utils_Date::isoToMysql($otherActivity->activity_date_time);
$actDateTime = $otherActivity->activity_date_time;
// Create new activity record.
$mainActivity = new CRM_Activity_DAO_Activity();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment