Fix error in TabForm POD (get vs getTab)

POD for WebGUI.pm
Table of Contents has tabbed interface
viewHelp filters tabs by the user's UI level
This commit is contained in:
Colin Kuskie 2006-03-06 16:30:11 +00:00
parent f3124671c9
commit 65590997b6
5 changed files with 198 additions and 37 deletions

View file

@ -47,7 +47,6 @@ SKIP: {
foreach my $asset ( @assets ) {
diag("Checking $asset");
my $assetObj = WebGUI::Asset->newByPropertyHashRef($session, { className=>$asset });
my $def = $asset->definition($session);
my $tableName = $def->[0]->{tableName};
my $classIds = $session->db->buildArrayRef("select distinct(assetId) from asset where className=? order by assetId", [$asset]);