]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-sponsor_login.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / guest / what-sponsor_login.php
index 4292623ea5f470744eb0d6ac2e6e76f5faf59b03..5fccf754029cf8967e7b8952cf0312e10dbfa634 100644 (file)
@@ -289,7 +289,7 @@ LIMIT 1",
                        (setSession('sponsor_pass', md5(postRequestElement('password'))           ))
                        );
 
-                       if ($login === true) {
+                       if ($login === TRUE) {
                                // Cookie setup successfull so we can forward to sponsor area
                                redirectToUrl('modules.php?module=sponsor');
                        } else {