diff options
| author | fukachan <fukachan> | 2006-05-13 11:50:31 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-13 11:50:31 +0000 |
| commit | 4f90640110e3ef422dcc146e0829ef703ae2f989 (patch) | |
| tree | 8f9944be64b736af8994907cdb5ca558b30ad1ee /fml/lib/FML/Body.pm | |
| parent | e910a4f5d2e95a96b3fdac9b089fe32c3ebb0a16 (diff) | |
| download | fml8-4f90640110e3ef422dcc146e0829ef703ae2f989.tar.gz fml8-4f90640110e3ef422dcc146e0829ef703ae2f989.tar.bz2 fml8-4f90640110e3ef422dcc146e0829ef703ae2f989.zip | |
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML/Body.pm')
| -rw-r--r-- | fml/lib/FML/Body.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fml/lib/FML/Body.pm b/fml/lib/FML/Body.pm index 97b05e3a..7b980a49 100644 --- a/fml/lib/FML/Body.pm +++ b/fml/lib/FML/Body.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: @template.pm,v 1.10 2006/01/07 13:16:41 fukachan Exp $ +# $FML: Body.pm,v 1.3 2006/05/13 11:45:40 fukachan Exp $ # package FML::Body; @@ -121,6 +121,10 @@ sub db_open } +# Descriptions: dummy. +# Arguments: OBJ($self) +# Side Effects: none +# Return Value: none sub db_close { ; |
