15 Jun 2012 14:27
[otrs-cvs] otrs/bin otrs.FillDB.pl,1.9,1.10
CVS commits notifications of OTRS.org <cvs-log <at> otrs.org>
2012-06-15 12:27:49 GMT
2012-06-15 12:27:49 GMT
Comments: Update of /home/cvs/otrs/bin In directory lancelot:/tmp/cvs-serv23411/bin Modified Files: otrs.FillDB.pl Log Message: Refactoring. Added possibility to not perform costly ticket updates. Added possibility to set seen flags for all users. Improved memory management by recreating the common objects periodically (causes caches to be deleted and transactional events to be handled). Author: mg Index: otrs.FillDB.pl =================================================================== RCS file: /home/cvs/otrs/bin/otrs.FillDB.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -2 -u -d -r1.9 -r1.10 --- otrs.FillDB.pl 11 Jun 2012 09:31:14 -0000 1.9 +++ otrs.FillDB.pl 15 Jun 2012 12:27:44 -0000 1.10 <at> <at> -32,6 +32,5 <at> <at> use vars qw($VERSION); -$VERSION = '$Revision$'; -$VERSION =~ s/^\$.*:\W(.*)\W.+?$/$1/; +$VERSION = qw($Revision$) [1]; use Getopt::Std; <at> <at> -52,318 +51,370 <at> <at>(Continue reading)
RSS Feed