ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/XML-DB/DB.pm
(Generate patch)

Comparing XML-DB/DB.pm (file contents):
Revision 1.4 by root, Mon Apr 22 17:19:17 2002 UTC vs.
Revision 1.5 by root, Thu Apr 25 00:28:40 2002 UTC

55 my $dbh = $self->{dbh}; 55 my $dbh = $self->{dbh};
56 56
57 my $did = 55; 57 my $did = 55;
58 my $max = 1 + sql_fetch $dbh, "select max(l) from node"; 58 my $max = 1 + sql_fetch $dbh, "select max(l) from node";
59 59
60 my $n = $max + 1; 60 my $n = $max;
61 61
62 my @l; 62 my @l;
63 my @attr; 63 my @attr;
64 64
65 new XML::Parser 65 new XML::Parser

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines