X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb2abccdef0236f43a1712cb2b39db4ce57a2d40..9ba3a010bca395410803067324c1924cabf956b4:/bin/mozilla/ct.pl diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index b47d8e262..b525535c2 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -288,7 +288,7 @@ sub edit { # format discount $form->{discount} *= 100; # format uri - $form->{homepage} = 'http://' . $form->{homepage} unless $form->{homepage} =~ m|^https?://|; + $form->{homepage} = 'http://' . $form->{homepage} unless ((!$form->{homepage}) || $form->{homepage} =~ m|^https?://|); &form_header; &form_footer;