Re: (RADIATOR) Major Bug in radiator patches

2002-07-24 Thread Hugh Irvine
Hello Achint - What version of Radiator are you running? What you show below is not in Radiator 3.1. regards Hugh On Wed, 24 Jul 2002 16:22, Achint Saxena wrote: > Just a quick note, in case no one has discovered this yet. In Rdict.pm, > $vendor is redefined as a local variable, which cause

(RADIATOR) Major Bug in radiator patches

2002-07-23 Thread Achint Saxena
Just a quick note, in case no one has discovered this yet. In Rdict.pm, $vendor is redefined as a local variable, which causes incorrect vendor attribute and value mapping. > error sub valNumToName { my ($self, $attrnum, $valnum, $vendor) = @_; my $vendor += 0; . . } <--