Fixed logfile writing in installation phase, .revision is now ignored
[mailer.git] / inc / install-inc.php
index 26d21d89e91963eb5beb46bccd5feaef8db46677..bb7ea7bd1ff7dcf4253cec8f789af798566ed50e 100644 (file)
@@ -46,9 +46,6 @@ 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');