Update of /cvsroot/netpass/NetPass/lib/NetPass
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12353/lib/NetPass
Modified Files:
DB.pm
Log Message:
doc update
Index: DB.pm
===================================================================
RCS file: /cvsroot/netpass/NetPass/lib/NetPass/DB.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- DB.pm 1 May 2005 05:44:10 -0000 1.37
+++ DB.pm 1 May 2005 05:55:45 -0000 1.38
@@ -2083,7 +2083,7 @@
print
$hr->{'type'}->[0] , ' ',
$hr->{'id'}->[0] , ' ',
- $hr->{'row'}->[0] , ' ',
+ $hr->{'rowid'}->[0] , ' ',
$hr->{'timestamp'}->[0], ' ',
$hr->{'dt'}->[0] , ' ',
$hr->{'status'}->[0];
|