[otrs-cvs] CVS: otrs/bin mkStats.pl,1.41,1.42

cvs-log at otrs.org cvs-log at otrs.org
Wed Nov 8 09:20:22 CET 2006


Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv31698/bin

Modified Files:
	mkStats.pl 
Log Message:
first suggestion for the solution of the filenameproblem

Index: mkStats.pl
===================================================================
RCS file: /home/cvs/otrs/bin/mkStats.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -r1.41 -r1.42
*** mkStats.pl	31 Oct 2006 09:33:52 -0000	1.41
--- mkStats.pl	8 Nov 2006 08:20:20 -0000	1.42
***************
*** 316,320 ****
      # save the pdf with the title and timestamp as filename
      my $Filename = $CommonObject{StatsObject}->StringAndTimestamp2Filename(
!         String => $Title . " Created",
      );
      %Attachment = (
--- 316,320 ----
      # save the pdf with the title and timestamp as filename
      my $Filename = $CommonObject{StatsObject}->StringAndTimestamp2Filename(
!         String => $Stat->{Title} . " Created",
      );
      %Attachment = (



More information about the cvs-log mailing list