[rt-users] RT 3.4.1: Custom fields with value 0 get set to empty

Otmar Lendl lendl at nic.at
Mon Aug 28 06:00:01 EDT 2006


Hi,

I'm running RT 3.4.1 and noticed that "single value" custom fields where
the user enters "0" often get translated to an empty custom field.
A value of "0.0" is kept intact.

This looks like a typical perl programming bug where 
if ($variable) is used instead of if (defined($variable)).

Googling through the list archives and the change logs didn't find
a hit for me.

Is this a known problem that has been fixed in a later version?

/ol
-- 
< Otmar Lendl (lendl at nic.at) | nic.at Systems Engineer >



More information about the rt-users mailing list