Fix broken POD, and add missing POD.
This commit is contained in:
parent
d75bf1e4c4
commit
f07a6c066b
3 changed files with 49 additions and 2 deletions
|
|
@ -359,6 +359,14 @@ sub prepareView {
|
|||
|
||||
#------------------------------------------------------------------
|
||||
|
||||
=head2 purge ( )
|
||||
|
||||
See WebGUI::Asset::purge() for details. Extend SUPERclass
|
||||
to handle deleting tickets, tokens, ribbons, registrants, badge groups
|
||||
and event meta data.
|
||||
|
||||
=cut
|
||||
|
||||
sub purge {
|
||||
my $self = shift;
|
||||
my $db = $self->session->db;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue