X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmysql-manager.php;h=7504db5bada6386c885206e7849867c7d58ef9a5;hb=15cfa3538ae057219dce740ce61d3a164c1dde87;hp=302e9d2091f5477de43a17fa60ebe0bedd383968;hpb=5071030af40e69ca4284642f44758964e18f5be8;p=mailer.git diff --git a/inc/mysql-manager.php b/inc/mysql-manager.php index 302e9d2091..7504db5bad 100644 --- a/inc/mysql-manager.php +++ b/inc/mysql-manager.php @@ -627,7 +627,7 @@ function IS_ADMIN ($admin = '') { // Check if password is valid //* DEBUG: */ print __FUNCTION__."*".$valPass.'/'.$passCookie."*
\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!
"; @@ -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