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);
|
$recipEmailClause = $this->convertEmailaddresses2SQL($emailaddresses,$domainsonly);
|
||||||
|
|
||||||
# mysql seems to run faster with a left join
|
# mysql seems to run faster with a left join
|
||||||
if ($conf['db']['dbtype'] == 'mysql') {
|
if ($conf['db']['dbType'] == 'mysql') {
|
||||||
$join_type = ' LEFT JOIN';
|
$join_type = ' LEFT JOIN';
|
||||||
} else {
|
} else {
|
||||||
$join_type = ' INNER JOIN';
|
$join_type = ' INNER JOIN';
|
||||||
|
@ -478,7 +478,7 @@ function printRulesSearchEngine($content_type, $submit_page, $full_search = fals
|
|||||||
</td>
|
</td>
|
||||||
<td class="tableTitle">
|
<td class="tableTitle">
|
||||||
<div align="right">
|
<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')) ?>
|
servations')) ?>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
@ -486,13 +486,13 @@ servations')) ?>
|
|||||||
</table>
|
</table>
|
||||||
<div id="search" style="display: <?= getShowHide('search') ?>">
|
<div id="search" style="display: <?= getShowHide('search') ?>">
|
||||||
<table width="100%" border="0" cellspacing="1" cellpadding="0">
|
<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>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<?
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user