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:
ee1d325
)
indentation fixes
author
kurund
<kurund@civicrm.org>
Fri, 5 Apr 2013 23:58:24 +0000
(
05:28
+0530)
committer
kurund
<kurund@civicrm.org>
Fri, 5 Apr 2013 23:58:24 +0000
(
05:28
+0530)
CRM/Core/BAO/Cache.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/Cache.php
b/CRM/Core/BAO/Cache.php
index f506009414030ddebdbfd3e786abff1c5eb028d5..298b9cbec867630ae2ad60b5eddb3db1f9a1a705 100644
(file)
--- a/
CRM/Core/BAO/Cache.php
+++ b/
CRM/Core/BAO/Cache.php
@@
-335,7
+335,7
@@
WHERE group_name = 'CiviCRM Session'
AND created_date < date_sub( NOW( ), INTERVAL $timeIntervalDays DAY )
";
CRM_Core_DAO::executeQuery($sql);
+ }
}
}
-}