X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=d3aec98dd2d7ef76f2f4c1d664632355a2c84b6c;hb=105474b26ed06121731e6ee26c8f2c92f71afb84;hp=624e434485fc2d11d9f2d4c6083dcc3a12d3712d;hpb=8906b92a00b4907e620e80624fb6ac6baa368bed;p=civicrm-core.git diff --git a/sql/GenerateMailing.php b/sql/GenerateMailing.php index 624e434485..d3aec98dd2 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);