projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80613ae
)
Log Spam vermeiden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 2 Feb 2011 12:19:19 +0000
(13:19 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 2 Feb 2011 12:19:19 +0000
(13:19 +0100)
bin/mozilla/projects.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/projects.pl
b/bin/mozilla/projects.pl
index
8f5991e
..
16d5e45
100644
(file)
--- a/
bin/mozilla/projects.pl
+++ b/
bin/mozilla/projects.pl
@@
-208,7
+208,7
@@
sub display_project_form {
$form->{title} = $form->{project}->{id} ? $locale->text("Edit Project") : $locale->text("Add Project");
$form->{CUSTOM_VARIABLES} = CVar->get_custom_variables('module' => 'Projects', 'trans_id' => $form->{project}->{id});
- $main::lxdebug->dump(0, "cv", $form->{CUSTOM_VARIABLES});
+
#
$main::lxdebug->dump(0, "cv", $form->{CUSTOM_VARIABLES});
CVar->render_inputs('variables' => $form->{CUSTOM_VARIABLES}) if (scalar @{ $form->{CUSTOM_VARIABLES} });
$form->header();