X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=12954d03bcb0bffacb0971ef3d1a4fbc5a6cc5e7;hb=bec9a7f48436c4519aac01a236235b958c2e90d9;hp=3aab51214b78e48c5f4a18793fdc50665004a767;hpb=912a3736c0c169f3d27d9de8495a28983ba9bf4c;p=civicrm-core.git diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index 3aab51214b..12954d03bc 100644 --- a/sql/GenerateMailing.php +++ b/sql/GenerateMailing.php @@ -1,9 +1,9 @@ save(); } +/** + * @return string + */ function generateRandomDate() { $year = 2006 + mt_rand(0, 2); $month = 1 + mt_rand(0, 11);