Skip to content

Commit

Permalink
Issue #3661: Fixed bug in SQL TranslationImportColumn console command.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Oct 16, 2024
1 parent 9670cb1 commit 890b477
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ END_XML
# Execute SQL.
for my $SQL ( @SQL, @SQLPost ) {
my $Success = $DBObject->Do( SQL => $SQL );
$Success = 0;
if ( !$Success ) {
$Self->Print("<red>Error during execution of '$SQL'!</red>\n");
return $Self->ExitCodeError();
Expand Down

0 comments on commit 890b477

Please sign in to comment.