From: Kurund Jalmi Date: Fri, 19 Jul 2013 10:19:22 +0000 (+0530) Subject: typo fixes CRM-10976 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=156d71758fdea3134c59eb307eefa1ff18722ff2;p=civicrm-core.git typo fixes CRM-10976 --- diff --git a/CRM/Event/BAO/Event.php b/CRM/Event/BAO/Event.php index 8b424313d6..134f0651fb 100644 --- a/CRM/Event/BAO/Event.php +++ b/CRM/Event/BAO/Event.php @@ -1530,7 +1530,7 @@ WHERE id = $cfID if (!empty($params[$name . '_time'])) { $customVal = $displayValue = CRM_Utils_Date::customFormat( CRM_Utils_Date::processDate($params[$name], $params[$name . '_time']), - $config->dateformatDateTime); + $config->dateformatDatetime); } $skip = TRUE; }