Remove stray use command, likely bad paste.
This commit is contained in:
parent
ba6843e21e
commit
b0d7639bc3
1 changed files with 0 additions and 1 deletions
|
@ -174,7 +174,6 @@ sub _verifyId($) {
|
||||||
die "_verifyId() called with a non-numeric id" unless defined $id and looks_like_number($id);
|
die "_verifyId() called with a non-numeric id" unless defined $id and looks_like_number($id);
|
||||||
|
|
||||||
my $val = $self->dbh()->selectall_hashref("SELECT id FROM supporter WHERE id = $id", 'id');
|
my $val = $self->dbh()->selectall_hashref("SELECT id FROM supporter WHERE id = $id", 'id');
|
||||||
use Data::Dumper;
|
|
||||||
return (defined $val and defined $val->{$id});
|
return (defined $val and defined $val->{$id});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue