summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/MySQL.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:22:25 +0000
committerfukachan <fukachan>2003-01-11 15:22:25 +0000
commitf7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1 (patch)
treec9fcdd391b3f12abc912cb3b4c206b119c298df5 /fml/lib/IO/Adapter/MySQL.pm
parent9080fe658a0122707001481035b21eaa91c4b376 (diff)
downloadfml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.tar.gz
fml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.tar.bz2
fml8-f7d7b5c89200769cd1ee9a6b7f0c2d46c8e9b2b1.zip
fix comments
Diffstat (limited to 'fml/lib/IO/Adapter/MySQL.pm')
-rw-r--r--fml/lib/IO/Adapter/MySQL.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/IO/Adapter/MySQL.pm b/fml/lib/IO/Adapter/MySQL.pm
index 6ce82b08..ff1e04f2 100644
--- a/fml/lib/IO/Adapter/MySQL.pm
+++ b/fml/lib/IO/Adapter/MySQL.pm
@@ -1,9 +1,9 @@
#-*- perl -*-
#
-# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: MySQL.pm,v 1.22 2002/09/11 23:18:20 fukachan Exp $
+# $FML: MySQL.pm,v 1.23 2002/09/22 14:56:59 fukachan Exp $
#
@@ -147,7 +147,7 @@ sub setpos
# Descriptions: get position in database handle
-# Arguments: OBJ($self) NUM($pos)
+# Arguments: OBJ($self)
# Side Effects: none
# Return Value: NUM
sub getpos
@@ -189,7 +189,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.