Removed all LIMIT x statements from extension removal queries, several minor fixes
[mailer.git] / inc / install-inc.php
index 2cc38fa24df4b8bf9a36dd1c13d109eda82b916d..06c7e1fc7254850ff79c083762040896254a7ce3 100644 (file)
@@ -47,7 +47,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Init variables
-$mysql = "";
+$mysql = array();
 if ((REQUEST_ISSET_POST(('mysql'))) && (is_array(REQUEST_POST('mysql')))) $mysql = REQUEST_POST('mysql');
 
 // Check if both passwords from SMTP are matching