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 ([EMAIL PROTECTED]) | nic.at Systems Engineer > _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
