]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/order.php
Reset rewritten, SQL fixed, zeros are now numeric
[mailer.git] / inc / modules / order.php
index b0c26bc7af42d42487255500bbbe76b3d8e79c84..74fbc6a45a58e087c6444d48f4de7113c72b2503 100644 (file)
@@ -67,7 +67,7 @@ if (empty($URL)) {
         array($type, bigintval($_GET['order']), $GLOBALS['userid']), __FILE__, __LINE__);
 
        // Finally is the entry valid?
-       if (SQL_AFFECTEDROWS($link) == 1) {
+       if (SQL_AFFECTEDROWS() == 1) {
                // Update his login data
                UPDATE_LOGIN_DATA();