[otrs-cvs] CVS: otrs/Kernel/Modules Installer.pm,1.37,1.38

cvs-log at otrs.org cvs-log at otrs.org
Tue May 2 09:20:57 CEST 2006


Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv21208/Kernel/Modules

Modified Files:
	Installer.pm 
Log Message:
formated the code

Index: Installer.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/Installer.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -r1.37 -r1.38
*** Installer.pm	7 Aug 2005 10:41:58 -0000	1.37
--- Installer.pm	2 May 2006 06:20:55 -0000	1.38
***************
*** 1,5 ****
  # --
  # Kernel/Modules/Installer.pm - provides the DB installer
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # Kernel/Modules/Installer.pm - provides the DB installer
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
***************
*** 151,156 ****
                  Message => "Kernel/Config.pm isn't writable!",
                  Comment => 'If you want to use the installer, set the '.
!                   'Kernel/Config.pm writable for the werserver user! '.
!                   $Self->ReConfigure(),
              );
              $Output .= $Self->{LayoutObject}->Footer();
--- 151,156 ----
                  Message => "Kernel/Config.pm isn't writable!",
                  Comment => 'If you want to use the installer, set the '.
!                     'Kernel/Config.pm writable for the werserver user! '.
!                     $Self->ReConfigure(),
              );
              $Output .= $Self->{LayoutObject}->Footer();
***************
*** 194,199 ****
              if (!$DB{$_} && $_ ne 'Password') {
                  return $Self->{LayoutObject}->ErrorScreen(
!                    Message => "You need '$_'!!",
!                    Comment => 'Please go back',
                  );
              }
--- 194,199 ----
              if (!$DB{$_} && $_ ne 'Password') {
                  return $Self->{LayoutObject}->ErrorScreen(
!                     Message => "You need '$_'!!",
!                     Comment => 'Please go back',
                  );
              }
***************
*** 467,471 ****
                      Message => "Kernel/Config.pm isn't writable!",
                      Comment => 'If you want to use the installer, set the '.
!                       'Kernel/Config.pm writable for the werserver user!',
                  );
                  $Output .= $Self->{LayoutObject}->Footer();
--- 467,471 ----
                      Message => "Kernel/Config.pm isn't writable!",
                      Comment => 'If you want to use the installer, set the '.
!                         'Kernel/Config.pm writable for the webserver user!',
                  );
                  $Output .= $Self->{LayoutObject}->Footer();
***************
*** 620,624 ****
          my %Config = ();
          foreach (qw(SystemID FQDN AdminEmail Organization LogModule LogModule::LogFile
!           DefaultCharset DefaultLanguage CheckMXRecord)) {
              my $Value = $Self->{ParamObject}->GetParam(Param => $_);
              $Config{$_} = defined $Value ? $Value : '';
--- 620,625 ----
          my %Config = ();
          foreach (qw(SystemID FQDN AdminEmail Organization LogModule LogModule::LogFile
!             DefaultCharset DefaultLanguage CheckMXRecord)
!         ) {
              my $Value = $Self->{ParamObject}->GetParam(Param => $_);
              $Config{$_} = defined $Value ? $Value : '';



More information about the cvs-log mailing list