From dd9dfb67d93db8e75be99b8ba5979e86cc2ac781 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Wed, 5 Jun 2002 05:37:03 +0000 Subject: [PATCH] Fixed the URL data type in the forms package so it doesn't auto-add the http:// if a macro is present in the URL. --- lib/WebGUI/HTMLForm.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm index a5b4a9e40..5b6ceba2a 100644 --- a/lib/WebGUI/HTMLForm.pm +++ b/lib/WebGUI/HTMLForm.pm @@ -1134,7 +1134,8 @@ sub url { $extras = shift; $subtext = shift; $size = shift || $session{setting}{textBoxSize} || 30; - $output = ''; $output .= '';