X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=mailid.php;h=06f313f3b89743e6a5964732ab4a843c96535025;hp=0649da1e8386a79129c614d0d4ae046bf63e74be;hb=ef1aea52af98b373687fb9bf46df4ca77d56ff4f;hpb=6d2261c68297de5411ebade6548b6f9c3d3164a0 diff --git a/mailid.php b/mailid.php index 0649da1e83..06f313f3b8 100644 --- a/mailid.php +++ b/mailid.php @@ -111,7 +111,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr default: // Invalid mail type debug_report_bug('Invalid mail type ' . $ltype . ' detected.'); break; - } + } // END - switch if (SQL_NUMROWS($result) == 1) { // Load data @@ -154,7 +154,7 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr list($points, $time) = SQL_FETCHROW($result); $payment = '0.00000'; $isValid = true; - } + } // END - if // Free memory SQL_FREERESULT($result); @@ -176,9 +176,9 @@ if (($url_userid) > 0 && (($url_mid > 0) || ($url_bid > 0)) && (getTotalFatalErr // Export data into constants for the template $content = array( 'userid' => $url_userid, - 'type' => $type, - 'data' => $urlId, - 'url' => generateDerefererUrl($URL) + 'type' => $type, + 'data' => $urlId, + 'url' => generateDerefererUrl($URL) ); // Load template