Changeset 2661 for trunk


Ignore:
Timestamp:
2001-07-20T12:25:40+12:00 (23 years ago)
Author:
jrm21
Message:

added a default block exp of "" so it doesn't inherit HTMLPlugs...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/PDFPlug.pm

    r2564 r2661  
    66# University of Waikato, New Zealand.
    77#
    8 # Copyright (C) 1999 New Zealand Digital Library Project
     8# Copyright (C) 1999-2001 New Zealand Digital Library Project
    99#
    1010# This program is free software; you can redistribute it and/or modify
     
    5151    return q^(?i)\.pdf$^;
    5252}
     53
     54# so we don't inherit HTMLPlug's block exp...
     55sub get_default_block_exp {
     56    return "";
     57}
    5358   
    5459
Note: See TracChangeset for help on using the changeset viewer.