defect 3816

This commit is contained in:
lissav 2013-10-08 15:31:17 -04:00
parent 90c24d0ff7
commit 066696686f

View File

@ -875,7 +875,11 @@ sub tabdb
}
}
#$tmplerr="Unable to find requested $field from $table, with $key";
my $savekey=$key;
$key = '$NODE'; # make sure we use getNodeAttribs when get_replacement
# calls this routine (tabdb)
my $rep=get_replacement($table,$key,$field);
$key=$savekey; # restore just in case we rely on the node=$node setting
if ($rep) {
return tabdb($rep->[0], $rep->[1], $rep->[2]);
} else {