e107_handlers/search/advanced_comment.php
Variable $comments_title
is undeclared Open
Open
$advanced['type']['list'][] = array('id' => 's_'.$value['id'], 'title' => $comments_title);
- Exclude checks
Variable $search_prefs
is undeclared Open
Open
foreach ($search_prefs['comments_handlers'] as $h_key => $value) {
- Exclude checks
Variable $advanced
was undeclared, but array fields are being added to it. Open
Open
$advanced['type']['type'] = 'dropdown';
- Exclude checks
Variable $advanced_caption
was undeclared, but array fields are being added to it. Open
Open
$advanced_caption['id'] = 'type';
- Exclude checks
Variable $comments_title
is undeclared Open
Open
$advanced_caption['title']['s_'.$value['id']] = LAN_SEARCH_60.' '.$comments_title;
- Exclude checks