bugfix for dataform collateral ordering

This commit is contained in:
Colin Kuskie 2006-02-16 22:07:37 +00:00
parent 51e021ba11
commit 34fd684fde

View file

@ -109,7 +109,7 @@ sub _tabAdminIcons {
#-------------------------------------------------------------------
sub _tonull {
return @_ ;
return $_[1] eq "0" ? (undef, undef) : @_ ;
}