Re: Upper Case Site ID
Fred Atkinson wrote (to me privately):
I want to use the function 'uc' so that if someone enters 'w5www' as the site ID, that it will be saved to the ring as 'W5WWW' instead.
$rlmain::data{'updated'} = rlmain::timestamp();Add the following right below that line: $rlmain::data{'siteid'} = uc $rlmain::data{'siteid'};/ Gunnar
|