X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=12954d03bcb0bffacb0971ef3d1a4fbc5a6cc5e7;hb=e59da3a9818ba9b69ab37f8403c4256338c61985;hp=624e434485fc2d11d9f2d4c6083dcc3a12d3712d;hpb=ed5ef6168bb73bca9e124bceeb5131ff209bffe4;p=civicrm-core.git diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index 624e434485..12954d03bc 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -89,6 +89,9 @@ for ($i = 1; $i <= $numGroups; $i++) { $group->save(); } +/** + * @return string + */ function generateRandomDate() { $year = 2006 + mt_rand(0, 2); $month = 1 + mt_rand(0, 11);