From 137d9cf0dd0ac7e9f59e60245fee5c4d0b386b85 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 21 Mar 2016 19:27:21 +0530 Subject: [PATCH] some more minor fixes --- CRM/Utils/Check/Component.php | 2 +- sql/GenerateGroups.php | 1 + sql/GenerateMailing.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component.php b/CRM/Utils/Check/Component.php index 490f93c748..d3cbaacfb8 100644 --- a/CRM/Utils/Check/Component.php +++ b/CRM/Utils/Check/Component.php @@ -57,4 +57,4 @@ abstract class CRM_Utils_Check_Component { return $messages; } -} \ No newline at end of file +} diff --git a/sql/GenerateGroups.php b/sql/GenerateGroups.php index 1a640e94e3..3857425a8e 100644 --- a/sql/GenerateGroups.php +++ b/sql/GenerateGroups.php @@ -69,3 +69,4 @@ for ($i = 1; $i <= $numGroups; $i++) { } + diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index dc05784d68..ee7a72c5e0 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -102,3 +102,4 @@ function generateRandomDate() { } + -- 2.25.1