Changeset 25971
- Timestamp:
- 2012-07-19T11:47:13+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/PagedImagePlugin.pm
r25961 r25971 242 242 $rxf_self->{'parser'}->{'PluginObj'} = $self; 243 243 244 print STDERR "doc type = $self->{'documenttype'}\n";245 244 return bless $self, $class; 246 245 } … … 577 576 578 577 # set the document type 579 print STDERR "close doc, doc type = $self->{'documenttype'}\n";580 578 my $final_doc_type = ""; 581 579 if ($self->{'documenttype'} eq "auto") {
Note:
See TracChangeset
for help on using the changeset viewer.