From: yashodha Date: Mon, 21 Mar 2016 14:30:03 +0000 (+0530) Subject: some more minor fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b2ab6851afa5ebb38502a3d6f6f66d7b46b5b96a;p=civicrm-core.git some more minor fixes --- diff --git a/sql/GenerateGroups.php b/sql/GenerateGroups.php index 3857425a8e..2e1e8d6187 100644 --- a/sql/GenerateGroups.php +++ b/sql/GenerateGroups.php @@ -68,5 +68,3 @@ for ($i = 1; $i <= $numGroups; $i++) { $group->save(); } - - diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index ee7a72c5e0..68bb79b9c1 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -101,5 +101,3 @@ function generateRandomDate() { return $date; } - -