Merge pull request #8197 from jitendrapurohit/webtest
[civicrm-core.git] / sql / GenerateMailing.php
index 23fede09b8528d7bbc790350c3f751167a90a219..68bb79b9c1899eb18f6f15cf27f458b06bd97e5c 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -99,5 +99,5 @@ function generateRandomDate() {
 
   $date = sprintf("%4d%02d%02d", $year, $month, $day) . '000000';
   return $date;
-}
 
+}