]> git.mxchange.org Git - mailer.git/blobdiff - mailid_top.php
Re-added default timezone, let's pray it can be set later on
[mailer.git] / mailid_top.php
index 5b54056787b89d8d2e59ba6be0cc61ba434f451f..b0300fda886334cabddb8f9abc21232bf44feccf 100644 (file)
@@ -243,7 +243,7 @@ if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalEr
                                                                                $template = 'mailid_points_done';
 
                                                                                // Right code entered add points and remove entry
-                                                                               if ((getUserData('ref_payout') > 0) && (!isDirectPaymentAllowed())) {
+                                                                               if ((getUserData('ref_payout') > 0) && (!isDirectPaymentEnabled())) {
                                                                                        // Don't add points over the referal system
                                                                                        $template = 'mailid_points_locked';
                                                                                } // END - if