projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f0aaea
)
typo fixes CRM-10976
author
Kurund Jalmi
<kurund@civicrm.org>
Fri, 19 Jul 2013 10:19:22 +0000
(15:49 +0530)
committer
Kurund Jalmi
<kurund@civicrm.org>
Fri, 19 Jul 2013 10:19:22 +0000
(15:49 +0530)
CRM/Event/BAO/Event.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Event/BAO/Event.php
b/CRM/Event/BAO/Event.php
index 8b424313d67acb3f8b7c5cd66dd2593c7eaf6d12..134f0651fb5e92cbfcdd7a621c38e699ad20eb97 100644
(file)
--- 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->dateformatDate
T
ime);
+ $config->dateformatDate
t
ime);
}
$skip = TRUE;
}