Changeset 37028
- Timestamp:
- 2022-12-14T22:20:58+13:00 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/PagedImagePlugin.pm
r32760 r37028 673 673 $line =~ s/\s+$//; #remove space at the end 674 674 my ($pagenum, $imgname, $txtname, $rotate) = split /:/, $line; 675 675 676 676 # find the image file if there is one 677 677 if (defined $imgname && $imgname ne "") { 678 $self->block_raw_filename($block_hash, &FileUtils::filenameConcatenate( 678 $self->block_raw_filename($block_hash, &FileUtils::filenameConcatenate($dir,$imgname)); 679 679 } 680 680 # find the text file if there is one
Note:
See TracChangeset
for help on using the changeset viewer.