Merge branch 'master' of git://lx-office.linet-services.de/lx-office-erp
authorJan Büren <jan@lx-office-hosting.de>
Fri, 13 May 2011 12:44:02 +0000 (14:44 +0200)
committerJan Büren <jan@lx-office-hosting.de>
Fri, 13 May 2011 12:44:02 +0000 (14:44 +0200)
config/lx_office.conf.default
scripts/console

index e4991fd..5f7f272 100644 (file)
@@ -222,7 +222,7 @@ global_level = NONE
 # default.
 watch_form = 0
 
-# Im HTML Menü ein Hilfsmenü zur Debugsteuerung zeigen.
+# Include menu options for debugging in the HTML menu
 show_debug_menu = 0
 
 # If you want to debug the creation of LaTeX files then set this to 1.
index fa570c3..8443321 100755 (executable)
@@ -18,7 +18,7 @@ SL::LxOfficeConf->read;
 
 my $login        = shift || $::lx_office_conf{console}{login}        || 'demo';
 my $history_file =          $::lx_office_conf{console}{history_file} || '/tmp/lxoffice_console_history.log'; # fallback if users is not writable
-my $debug_file   =          $::lx_office_conf{Console}{log_file}     || '/tmp/lxoffice_console_debug.log';
+my $debug_file   =          $::lx_office_conf{console}{log_file}     || '/tmp/lxoffice_console_debug.log';
 my $autorun      =          $::lx_office_conf{console}{autorun};
 
 # will be configed eventually
@@ -132,7 +132,7 @@ __END__
 
 =head1 NAME
 
-scripts/console - Lx Office Console
+scripts/console - Lx-Office console
 
 =head1 SYNOPSIS