Changeset 3086
- Timestamp:
- 2002-04-22T13:00:48+12:00 (21 years ago)
- Location:
- trunk/gsdl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/macros/english.dm
r3080 r3086 48 48 # text macros 49 49 #------------------------------------------------------------ 50 51 _textperiodicals_ {Periodicals} 52 _textsource_ {source: } 53 _textdate_ {date: } 54 _textnumpages_ {no. of pages: } 50 55 51 56 _textsignin_ {sign in} -
trunk/gsdl/perllib/plugins/BasPlug.pm
r2835 r3086 725 725 if (-e $filename) { 726 726 $doc_obj->associate_file($filename, "cover.jpg", "image/jpeg"); 727 } else { 728 $filename =~ s/jpg$/JPG/; 729 if (-e $filename) { 730 $doc_obj->associate_file($filename, "cover.jpg", "image/jpeg"); 731 } 727 732 } 728 733 }
Note:
See TracChangeset
for help on using the changeset viewer.