1
0

bootstrap4: PHP 8 compatibility fixes

This commit is contained in:
onli
2021-07-04 14:12:46 +02:00
parent fa69a788a8
commit 91c8ee2d8d
7 changed files with 17 additions and 17 deletions

View File

@ -834,7 +834,7 @@ function &serendipity_searchEntries($term, $limit = '', $searchresults = '') {
$limit = serendipity_db_limit_sql($limit);
$term = serendipity_db_escape_string($term);
$cond = array();
$cond = array('having' => '');
$relevance_enabled = false;
if ($serendipity['dbType'] == 'postgres' ||
$serendipity['dbType'] == 'pdo-postgres') {