X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fetc%2Fupgrade%2Fupgrade-articles;h=1b430cb35b5703ee2ab417635d87c330abea5fa0;hp=6ff4a2a1352baac57e73926a8e5b0bdc109c6a2c;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=026dc7ad72ba972f230b6709e31fa64397d75ad4 diff --git a/rt/etc/upgrade/upgrade-articles b/rt/etc/upgrade/upgrade-articles index 6ff4a2a13..1b430cb35 100755 --- a/rt/etc/upgrade/upgrade-articles +++ b/rt/etc/upgrade/upgrade-articles @@ -3,7 +3,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -56,8 +56,8 @@ use lib "/opt/rt3/lib"; use RT::Interface::CLI qw(Init); Init(); - my $db_name = RT->Config->Get('DatabaseName'); - my $db_type = RT->Config->Get('DatabaseType'); +my $db_name = RT->Config->Get('DatabaseName'); +my $db_type = RT->Config->Get('DatabaseType'); my $dbh = $RT::Handle->dbh;