X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-send_coupon.php;h=83af7d93997172d42f0ea183b9524ed08859d94d;hp=ce1538a3aef07901f9e55439e3abb08ea8a55b12;hb=49acdb7a7adbcf25a8e8683b5581bfcec72b23bd;hpb=f3c5b763e15cf8a6106cf259189a24e80636302b diff --git a/inc/modules/admin/what-send_coupon.php b/inc/modules/admin/what-send_coupon.php index ce1538a3ae..83af7d9399 100644 --- a/inc/modules/admin/what-send_coupon.php +++ b/inc/modules/admin/what-send_coupon.php @@ -67,7 +67,7 @@ ORDER BY __FILE__, __LINE__); // Are there entries left? - if (!ifSqlHasZeroNums($result)) { + if (!ifSqlHasZeroNumRows($result)) { // Convert timestamp selections $expirationTime = time() + createEpocheTimeFromSelections('coupon_default_time', postRequestArray());