https://bugs.koozali.org/show_bug.cgi?id=13240

--- Comment #1 from John Crisp <[email protected]> ---
I think something like this may fix it?



my @geoip_list1 = ('LCOD', 'LF2B', 'LSSH', 'LIPT');
my @geoip_list2 = ('UPDT', 'UPDS', 'REMS', 'LSRV');

return $c->render('xt_geoip_lst')                 if ( grep (
/^$choice$/,@geoip_list1) );

return $c->render('xt_geoip' . '_' . lc($choice)) if ( grep (
/^$choice$/,@geoip_list2) );

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to