8 lines
93 B
Plaintext

{
my $i2t = $DB->get('migrate-imp-to-turba');
if ($i2t)
{
$i2t->delete;
}
}