]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Added ability to allow empty passwords, if the user does so, a random password will...
[mailer.git] / view.php
index 08ee2944864eebf2dfe4511cbd1d5f5c8462a28d..d019810f7fc3dc4cb9bb8ffe192b6fb1e0bd2c3d 100644 (file)
--- a/view.php
+++ b/view.php
@@ -51,7 +51,7 @@ if ((isGetRequestParameterSet('user')) && (isGetRequestParameterSet('banner')))
                array(bigintval(getRequestParameter('banner'))), __FILE__, __LINE__);
 
        // Do we have the banner?
-       if (SQL_NUMROWS($result) == 1)  {
+       if (SQL_NUMROWS($result) == 1) {
                // Load the URL
                $data = SQL_FETCHARRAY($result);