apply fix-case-typo-with-dbType from https://github.com/zedzedtop/mailzu

This commit is contained in:
Mario Fetka
2016-02-04 17:41:28 +01:00
parent 05196e9fb7
commit 40ff5fcdea
2 changed files with 4 additions and 4 deletions

View File

@@ -236,7 +236,7 @@ class DBEngine {
$recipEmailClause = $this->convertEmailaddresses2SQL($emailaddresses,$domainsonly);
# mysql seems to run faster with a left join
if ($conf['db']['dbtype'] == 'mysql') {
if ($conf['db']['dbType'] == 'mysql') {
$join_type = ' LEFT JOIN';
} else {
$join_type = ' INNER JOIN';