Skip to content
Snippets Groups Projects
Commit adeddb35 authored by Ian Longden's avatar Ian Longden
Browse files

receclaration message removal

parent d6d630f6
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ sub name_change_check{
$sth->execute();
my ($syn);
$sth->bind_columns(\$name,\$syn);
my $count = 0;
$count = 0;
while($sth->fetch()){
$alias{$syn} = $name;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment