subroutine name typo (duplcate vs duplicate)

This commit is contained in:
Colin Kuskie 2005-03-05 06:39:30 +00:00
parent 92018e68cd
commit d1d04fbcb9

View file

@ -155,7 +155,7 @@ sub definition {
} }
#------------------------------------------------------------------- #-------------------------------------------------------------------
sub duplcate { sub duplicate {
my $self = shift; my $self = shift;
my $newAsset = $self->SUPER::duplicate(shift); my $newAsset = $self->SUPER::duplicate(shift);
my $sth = WebGUI::SQL->read("select * from Poll_answer where assetId=".quote($self->getId)); my $sth = WebGUI::SQL->read("select * from Poll_answer where assetId=".quote($self->getId));