diff options
author | ivan <ivan> | 1998-11-15 04:33:01 +0000 |
---|---|---|
committer | ivan <ivan> | 1998-11-15 04:33:01 +0000 |
commit | 433014f617eebd32a381514529180b4fb6d45d53 (patch) | |
tree | a33073df12095e66950b3b0e617c22e08e0c9cc0 /site_perl/table_template.pm | |
parent | 71825c330729668bfa658a0203b0e3cb8362a4f9 (diff) |
updates for newest versoin
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 |