fix [ 1423608 ] Bug in Data Form in v6.8.5

This commit is contained in:
Matthew Wilson 2006-02-11 16:55:47 +00:00
parent 1215b0b979
commit 96298c26ac

View file

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