From: kurund Date: Fri, 5 Apr 2013 23:58:24 +0000 (+0530) Subject: indentation fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8c52547a80aacf1174dfc44b56b06e928d5d2f38;p=civicrm-core.git indentation fixes --- diff --git a/CRM/Core/BAO/Cache.php b/CRM/Core/BAO/Cache.php index f506009414..298b9cbec8 100644 --- 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); + } } } -}