defect 3816
This commit is contained in:
parent
90c24d0ff7
commit
066696686f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user