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