From: Moritz Bunkus Date: Fri, 26 Oct 2007 07:31:44 +0000 (+0000) Subject: Keine Debugmeldungen. Danke. X-Git-Tag: release-2.6.0beta1~458 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d5ccfcf21289d20cbde0054853e65a497cdce77d;p=kivitendo-erp.git Keine Debugmeldungen. Danke. --- diff --git a/SL/Form.pm b/SL/Form.pm index d3bd19c64..a926b3cdd 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -383,11 +383,8 @@ sub header { my $doctype; if ($ENV{'HTTP_USER_AGENT'} =~ m/MSIE\s+\d/) { - $main::lxdebug->message(0, "yeah"); # Only set the DOCTYPE for Internet Explorer. Other browsers have problems displaying the menu otherwise. $doctype = qq|\n|; - } else { - $main::lxdebug->message(0, "nope"); } my $stylesheets = "$self->{stylesheet} $self->{stylesheets}";