apply fix-case-typo-with-dbType from https://github.com/zedzedtop/mailzu
This commit is contained in:
parent
05196e9fb7
commit
40ff5fcdea
@ -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';
|
||||
|
@ -478,7 +478,7 @@ function printRulesSearchEngine($content_type, $submit_page, $full_search = fals
|
||||
</td>
|
||||
<td class="tableTitle">
|
||||
<div align="right">
|
||||
<? $link->doLink('javascript: help(\'search\');', '?', '', 'color: #FFFFFF;', translate('Help') . ' - ' . translate('My Re
|
||||
<?php $link->doLink('javascript: help(\'search\');', '?', '', 'color: #FFFFFF;', translate('Help') . ' - ' . translate('My Re
|
||||
servations')) ?>
|
||||
</div>
|
||||
</td>
|
||||
@ -486,13 +486,13 @@ servations')) ?>
|
||||
</table>
|
||||
<div id="search" style="display: <?= getShowHide('search') ?>">
|
||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
||||
<tr class="cellColor"><td><center><? CmnFns::rulesSearchEngine($content_type, $submit_page, $full_search); ?></center></td></tr>
|
||||
<tr class="cellColor"><td><center><?php CmnFns::rulesSearchEngine($content_type, $submit_page, $full_search); ?></center></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?
|
||||
<?php
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user