e107inc/e107

View on GitHub
e107_handlers/search/advanced_comment.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Variable $comments_title is undeclared
Open

        $advanced['type']['list'][] = array('id' => 's_'.$value['id'], 'title' => $comments_title);

Variable $search_prefs is undeclared
Open

foreach ($search_prefs['comments_handlers'] as $h_key => $value) {

Variable $advanced was undeclared, but array fields are being added to it.
Open

$advanced['type']['type'] = 'dropdown';

Variable $advanced_caption was undeclared, but array fields are being added to it.
Open

$advanced_caption['id'] = 'type';

Variable $comments_title is undeclared
Open

        $advanced_caption['title']['s_'.$value['id']] = LAN_SEARCH_60.' '.$comments_title;

There are no issues that match your filters.

Category
Status