X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmysql-connect.php;h=4020ecdc46b587d4eb4cc0e2701303521d7990e5;hp=ccbc5ac41e17031e8746011d39d330fb0d953b75;hb=2cce06a4f4ff6bdbf0a14dcf7d2a89944b472c69;hpb=777553ad962957b53a4dc71cbf5cddfad9c4d1fa;ds=sidebyside diff --git a/inc/mysql-connect.php b/inc/mysql-connect.php index ccbc5ac41e..4020ecdc46 100644 --- a/inc/mysql-connect.php +++ b/inc/mysql-connect.php @@ -111,6 +111,9 @@ if ((!isBooleanConstantAndTrue('mxchange_installing')) && (isBooleanConstantAndT // Is it a valid resource? if ($db === true) { + // Remove MySQL array from namespace + unset($MySQL); + // Load configuration stuff $_CONFIG = LOAD_CONFIG();