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