]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Typo in function name fixed, double->single quotes, some HTML fixes
[mailer.git] / inc / mysql-manager.php
index 302e9d2091f5477de43a17fa60ebe0bedd383968..7504db5bada6386c885206e7849867c7d58ef9a5 100644 (file)
@@ -627,7 +627,7 @@ function IS_ADMIN ($admin = '') {
                // Check if password is valid
                //* DEBUG: */ print __FUNCTION__."*".$valPass.'/'.$passCookie."*<br />\n";
                $ret = (($valPass == $passCookie) || ((strlen($valPass) == 32) && ($valPass == md5($passCookie))) || (($valPass == "*FAILED*") && (!EXT_IS_ACTIVE('cache'))));
-       }
+       } // END - if
 
        // Return result of comparision
        //* DEBUG: */ if (!$ret) echo __LINE__."OK!<br />";
@@ -670,10 +670,10 @@ function addMaxReceiveList ($mode, $default = '', $return = false) {
                define('__MAX_RECEIVE_OPTIONS', $OUT);
 
                // Load template
-               $OUT = LOAD_TEMPLATE($mode."_receive_table", true);
+               $OUT = LOAD_TEMPLATE($mode . '_receive_table', true);
        } else {
                // Maybe the admin has to setup some maximum values?
-               debug_report_bug("Nothing is being done here?");
+               debug_report_bug('Nothing is being done here?');
        }
 
        // Free result