X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateMailing.php;h=d3aec98dd2d7ef76f2f4c1d664632355a2c84b6c;hb=82fd7aef5afb57464121d60e237c626cf5752333;hp=624e434485fc2d11d9f2d4c6083dcc3a12d3712d;hpb=4c95b949e863281d990ffa2a3104415079e6352d;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);