]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/order.php
- Beg link does now (not yet implemented but prepared) log all referal URLs. It
[mailer.git] / inc / modules / order.php
index eb99854749ea40c7db29c19022f960565e0e322c..fda6bbc7d1612270e661fd8949c485dc1879d19a 100644 (file)
@@ -70,7 +70,7 @@ if (empty($url)) {
                array($type, bigintval(getRequestParameter('order')), getMemberId()), __FILE__, __LINE__);
 
        // Finally is the entry valid?
-       if (SQL_AFFECTEDROWS() == 1) {
+       if (!SQL_HASZEROAFFECTED()) {
                // @TODO Unused: 2,4
                // Load mail again...              0         1          2             3            4         5       6            7
                $result = SQL_QUERY_ESC("SELECT `subject`, `text`, `receivers`, `payment_id`, `timestamp`, `url`, `cat_id`, `target_send` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s AND `sender`=%s LIMIT 1",