[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.247,1.248

cvs-log at otrs.org cvs-log at otrs.org
Thu Nov 2 13:20:54 CET 2006


Update of /home/cvs/otrs/Kernel/Config
In directory lancelot:/tmp/cvs-serv11671/Kernel/Config

Modified Files:
	Defaults.pm 
Log Message:
removed # --

Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.247
retrieving revision 1.248
diff -C2 -r1.247 -r1.248
*** Defaults.pm	31 Oct 2006 14:50:47 -0000	1.247
--- Defaults.pm	2 Nov 2006 12:20:48 -0000	1.248
***************
*** 27,31 ****
  $VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/;
  
- # --
  sub LoadDefaults {
      my $Self = shift;
--- 27,30 ----
***************
*** 870,882 ****
      # --------------------------------------------------- #
  
-     # --
      # notification sender
-     # --
      $Self->{NotificationSenderName} = 'OTRS Notification Master';
      $Self->{NotificationSenderEmail} = 'otrs@<OTRS_CONFIG_FQDN>';
  
-     # --
      # notification email for new password
-     # --
      $Self->{NotificationSubjectLostPassword} = 'New OTRS Password!';
      $Self->{NotificationBodyLostPassword} = "
--- 869,877 ----



More information about the cvs-log mailing list