UI_TEMPLATE_TABLE —
Interchange 5.9.0:
Source: dist/lib/UI/ContentEditor.pm
Line 188 (context shows lines 178-192 in get_tdb():184)
my $tab = $opt->{component_table};
$tab ||= $::Variable->{UI_COMPONENT_TABLE};
$tab ||= 'component';
$opt->{component_db} = ::database_exists_ref($tab) || '';
}
sub get_tdb {
my $opt = shift;
return $opt->{template_db} if defined $opt->{template_db};
my $tab = $opt->{template_table};
$tab ||= $::Variable->{UI_TEMPLATE_TABLE};
$tab ||= 'template';
$opt->{template_db} = ::database_exists_ref($tab) || '';
}