X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0f1fb486c8585007607f30b9f9adfe5f4e9df3c3..d72d64b57bba72ef971519beaea00d5c2d245a8d:/bin/mozilla/ct.pl diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index de0a43659..21ec1c3d8 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -287,7 +287,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;