X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-send_coupon.php;h=4ce955c1afe428327c5dc9bb51b7358c71b8b017;hp=5d8ec24a8254d25303bb63603161de92747f47bd;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=3879d3c60f562c3f904a025e5fc7cf5a6920b0e3 diff --git a/inc/modules/admin/what-send_coupon.php b/inc/modules/admin/what-send_coupon.php index 5d8ec24a82..4ce955c1af 100644 --- a/inc/modules/admin/what-send_coupon.php +++ b/inc/modules/admin/what-send_coupon.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -82,7 +82,7 @@ ORDER BY ); // Get the insert id from the table - $couponId = SQL_INSERTID(); + $couponId = SQL_INSERT_ID(); // Init userid array $adminUserids = array();