Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
7a974e690e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi View File

$qs->{pageSize} * $qs->{pageIndex}, $qs->{pageSize} * $qs->{pageIndex},
$qs->{pageSize}); $qs->{pageSize});
while(my ($id) = $q->fetchrow_array()) { while(my ($id) = $q->fetchrow_array()) {
my ($code, $ct, $body) = db_get_document_object($id);
my ($code, $hdr, $ct, $body) = db_get_document_object($id);
push @out, $body; push @out, $body;
} }



Loading…
Cancel
Save