]> git.mxchange.org Git - mailer.git/blobdiff - inc/install-inc.php
Fixes for MT_WORD vs. install vs. installed
[mailer.git] / inc / install-inc.php
index 065726a9d276ca44e3bd7bc80caefb4e1059c565..b7ed234cead10c4d914507e34195fe4fc282f712 100644 (file)
@@ -41,6 +41,9 @@ if (!defined('__SECURITY')) {
        require($INC);
 }
 
+// Load sql_patches here
+LOAD_EXTENSION("sql_patches");
+
 // Init variables
 $mysql = "";
 if ((REQUEST_ISSET_POST(('mysql'))) && (is_array(REQUEST_POST('mysql')))) $mysql = REQUEST_POST('mysql');