From c6b80ef402975aa21b715dd5522a7eaf704b36bb Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Sun, 16 Oct 2005 18:39:08 +0000 Subject: [PATCH] minor fixes. --- lib/WebGUI/Asset.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index d87b9a8a4..cf490958c 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -41,8 +41,6 @@ use WebGUI::SQL; use WebGUI::TabForm; use WebGUI::URL; use WebGUI::Utility; -our $propertyDefinitions; -our $definitionArrays; =head1 NAME @@ -1618,7 +1616,7 @@ sub www_manageAssets { =head2 www_view ( ) -Returns "". If canView is False, returns WebGUI::Privilege::noAccess(). +Returns the view() method of the asset object if the requestor canView. =cut