[otrs-cvs] otrs/bin otrs.GenerateStats.pl,1.19,1.20
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv15683/bin
Modified Files:
otrs.GenerateStats.pl
Log Message:
Fixed bug#9057 - Generating a PDF with bin/otrs.GenerateStats.pl produces lots of warnings.
Author: mb
Index: otrs.GenerateStats.pl
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.GenerateStats.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -2 -u -d -r1.19 -r1.20
--- otrs.GenerateStats.pl 20 Nov 2012 16:03:41 -0000 1.19
+++ otrs.GenerateStats.pl 16 Jan 2013 09:14:00 -0000 1.20
@@ -1,6 +1,6 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# --
# bin/otrs.GenerateStats.pl - send stats output via email
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -91,5 +91,5 @@
if ( $Opts{h} || !$Opts{n} ) {
print "otrs.GenerateStats.pl <Revision $VERSION> - OTRS cmd stats\n";
- print "Copyright (C) 2001-2012 OTRS AG, http://otrs.org/\n";
+ print "Copyright (C) 2001-2013 OTRS AG, http://otrs.org/\n";
print
"usage: otrs.GenerateStats.pl -n <StatNumber> [-p <PARAM_STRING>] [-o <DIRECTORY>] [-r <RECIPIENT> -r ... -s <SENDER>] [-m <MESSAGE>] [-l <LANGUAGE>] [-f CSV|Print] [-S <SEPARATOR>] [-F <FILENAME> [-R]\n";
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log