ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/diridx.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/diridx.pl (file contents):
Revision 1.1 by root, Sat Aug 11 16:34:47 2001 UTC vs.
Revision 1.2 by root, Sat Aug 11 16:53:59 2001 UTC

104 104
105sub conn::get_statdata { 105sub conn::get_statdata {
106 my $self = shift; 106 my $self = shift;
107 107
108 my $mtime = $self->{stat}[9]; 108 my $mtime = $self->{stat}[9];
109 print "mtime is $mtime\n";#d#
110 109
111 my $st = sql_exec \my($statdata), 110 my $st = sql_exec \my($statdata),
112 "select statdata from diridx where mtime = ? and path = ?", 111 "select statdata from diridx where mtime = ? and path = ?",
113 $mtime, $self->{path}; 112 $mtime, $self->{path};
114 113

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines