Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
79942ca7
Commit
79942ca7
authored
11 years ago
by
Kurund Jalmi
Browse files
Options
Downloads
Plain Diff
Merge pull request #964 from totten/4.3-smartgroupcache-missingvar
CRM-12466 - Fix missing var
parents
c25cbd3a
634366e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Contact/BAO/GroupContactCache.php
+1
-1
1 addition, 1 deletion
CRM/Contact/BAO/GroupContactCache.php
with
1 addition
and
1 deletion
CRM/Contact/BAO/GroupContactCache.php
+
1
−
1
View file @
79942ca7
...
...
@@ -169,7 +169,7 @@ AND ( g.cache_date IS NULL OR
if
(
!
empty
(
$refreshGroupIDs
))
{
$refreshGroupIDString
=
CRM_Core_DAO
::
escapeString
(
implode
(
', '
,
$refreshGroupIDs
));
$time
=
CRM_Utils_Date
::
getUTCTime
(
$
smartGroupCacheTimeout
*
60
);
$time
=
CRM_Utils_Date
::
getUTCTime
(
self
::
smartGroupCacheTimeout
()
*
60
);
$query
=
"
UPDATE civicrm_group g
SET g.refresh_date =
$time
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment