Skip to content
Snippets Groups Projects
Commit 288d472b authored by Web Admin's avatar Web Admin
Browse files

Changed ID -> dbID

parent a695c506
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ sub description {
if( exists $self->{'_description'} ) {
return $self->{'_description'};
}
print STDERR "GOnna Get Descripted!\n";
$self->{'_description'} = $self->adaptor->get_description($self->dbID);
return $self->{'_description'};
}
......
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