From 5e79af1c481f12b875ff3c26e30e7c9a0f8b012b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 2 Jan 2005 00:28:02 +0000 Subject: [PATCH] document that fixUrl makes unique URLs --- 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 98e5791db..a228a3afe 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -375,7 +375,7 @@ sub duplicate { =head2 fixUrl ( string ) -Makes string into a URL, removing invalid characters. +Makes string into a URL, removing invalid characters and making it unique. =head3 string