remove "create ticket on custom field change" (#10139) to avoid conflicts with RT 4.2
[freeside.git] / rt / etc / upgrade / upgrade-articles
index 6ff4a2a..a3852df 100755 (executable)
@@ -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;