X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=4f137f6bbdb4b8fda6e307211dde528cf04c8577;hb=1284e6407f58a0822d740f8a00e75bdf34525cc2;hp=624e434485fc2d11d9f2d4c6083dcc3a12d3712d;hpb=b319421df58cfbeb99ca3016a8315b56690458ba;p=civicrm-core.git diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index 624e434485..4f137f6bbd 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -1,7 +1,7 @@ save(); } +/** + * @return string + */ function generateRandomDate() { $year = 2006 + mt_rand(0, 2); $month = 1 + mt_rand(0, 11);