X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=12954d03bcb0bffacb0971ef3d1a4fbc5a6cc5e7;hb=627456b56a8eff5d0d6ed63c7e7f8a54e76e004e;hp=5e946490deba54432d566729cb4fcc8e55e95b21;hpb=cdeb4bdffdfc26d382057594206ed1f39721f6f6;p=civicrm-core.git diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index 5e946490de..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);