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:
895acd2
)
typo
author
demeritcowboy
<demeritcowboy@hotmail.com>
Thu, 9 Feb 2023 00:44:16 +0000
(19:44 -0500)
committer
demeritcowboy
<demeritcowboy@hotmail.com>
Thu, 9 Feb 2023 00:44:16 +0000
(19:44 -0500)
CRM/Utils/System/Base.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/System/Base.php
b/CRM/Utils/System/Base.php
index 897942307c74cb50089753be8a1ef81eb4ac8a1a..78c5e5d50968324691633ea00374523ced26d872 100644
(file)
--- a/
CRM/Utils/System/Base.php
+++ b/
CRM/Utils/System/Base.php
@@
-769,7
+769,7
@@
abstract class CRM_Utils_System_Base {
$timeZoneOffset = $this->getTimeZoneOffset();
if ($timeZoneOffset) {
$sql = "SET time_zone = '$timeZoneOffset'";
- CRM_Core_DAO::execute
q
uery($sql);
+ CRM_Core_DAO::execute
Q
uery($sql);
}
}