diff options
Diffstat (limited to 'site_perl/table_template.pm')
-rw-r--r-- | site_perl/table_template.pm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/site_perl/table_template.pm b/site_perl/table_template.pm index 5b560a2e7..8945a39d7 100644 --- a/site_perl/table_template.pm +++ b/site_perl/table_template.pm @@ -78,7 +78,6 @@ sub insert { $self->add; } - =item delete Delete this record from the database. @@ -126,6 +125,12 @@ sub check { ''; #no error } +=back + +=head1 VERSION + +$Id: table_template.pm,v 1.3 1998-11-15 04:33:00 ivan Exp $ + =head1 BUGS The author forgot to customize this manpage. @@ -142,7 +147,10 @@ added hfields ivan@sisd.com 97-nov-13 $Log: table_template.pm,v $ -Revision 1.2 1998-11-15 03:48:49 ivan +Revision 1.3 1998-11-15 04:33:00 ivan +updates for newest versoin + +Revision 1.2 1998/11/15 03:48:49 ivan update for current version |