From: Moritz Bunkus Date: Fri, 11 Jan 2008 15:38:28 +0000 (+0000) Subject: Debugcode X-Git-Tag: release-2.6.0beta1~354 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=b15e4435a466376889de7eadf2fbeb4d12011549;p=kivitendo-erp.git Debugcode --- diff --git a/SL/CVar.pm b/SL/CVar.pm index 80379582b..f5a84c601 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -524,7 +524,7 @@ sub get_field_format_list { foreach my $config (@{ $configs }) { my $name = "$params{prefix}cvar_$config->{name}"; - $main::lxdebug->message(0, "name $name"); + if ($config->{type} eq 'date') { push @{ $date_fields }, $name;