From 613907380774a5c32cd4e694f6a32341cb254139 Mon Sep 17 00:00:00 2001 From: Chris Nehren Date: Tue, 20 May 2008 19:49:05 +0000 Subject: [PATCH] Fixed POD for exportGetUrlAsPath. Parameter list didn't match actual parameters. --- lib/WebGUI/AssetExportHtml.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index c8757f122..c1521a8ac 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -500,10 +500,6 @@ Translates a URL into an appropriate path and filename for exporting. For example, given C<'/foo/bar/baz'>, will return C<'/foo/bar/baz/index.html'> provided the value of indexFile as given to exportAsHtml was C<'index.html'>. -=head3 url - -URL of the asset we need an export path for - =head3 index index filename passed from L