Lines 371-377
if ($op=~/else/) {
Link Here
|
371 |
"suggestionscount"=>scalar(@$suggestions), |
371 |
"suggestionscount"=>scalar(@$suggestions), |
372 |
'suggestions_loop'=>$suggestions, |
372 |
'suggestions_loop'=>$suggestions, |
373 |
'reasonsloop' => $reasonsloop, |
373 |
'reasonsloop' => $reasonsloop, |
374 |
}; |
374 |
} if @$suggestions; |
375 |
|
375 |
|
376 |
delete $$suggestion_ref{$displayby} unless $definedvalue; |
376 |
delete $$suggestion_ref{$displayby} unless $definedvalue; |
377 |
} |
377 |
} |
378 |
- |
|
|