apply fix-case-typo-with-dbType from https://github.com/zedzedtop/mailzu
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user