From 74ccbef83faa8a2a689a5c11d268eb41d562a77f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 12 Feb 2010 11:01:32 -0800 Subject: [PATCH] Update POD in Asset.pm for ->new --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 964bb039a..2a80f9388 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1704,7 +1704,7 @@ A hash reference of properties to assign to the object. =cut -=head2 new ( session, assetId [, className, revisionDate ] ) +=head2 new ( session, assetId [,revisionDate ] ) Instanciator. This does not create an asset in the database, but looks up the object's properties in the database and returns an object with the correct WebGUI::Asset subclass.