From: Roland Häder Date: Wed, 4 May 2011 19:24:58 +0000 (+0000) Subject: Default prefix for all SQL tables is now 'mailer', developer team now mentioned,... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=b07f7e44eb7441841763058e598a25067e13cee8;ds=sidebyside Default prefix for all SQL tables is now 'mailer', developer team now mentioned, instead of domain --- diff --git a/inc/install-inc.php b/inc/install-inc.php index 4958a31f53..84fdb9b3d2 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -105,7 +105,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) { if (empty($GLOBALS['install_mysql']['dbase'])) $GLOBALS['install_mysql']['dbase'] = 'your_database'; if (empty($GLOBALS['install_mysql']['login'])) $GLOBALS['install_mysql']['login'] = 'your_login'; if (empty($GLOBALS['install_mysql']['host'])) $GLOBALS['install_mysql']['host'] = 'localhost'; - if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mxchange'; + if (empty($GLOBALS['install_mysql']['prefix'])) $GLOBALS['install_mysql']['prefix'] = 'mailer'; if (empty($GLOBALS['install_mysql']['type'])) $GLOBALS['install_mysql']['type'] = 'MyISAM'; if (ifFatalErrorsDetected()) { addToInstallContent('