Changeset 7105


Ignore:
Timestamp:
2004-03-22T15:35:19+12:00 (20 years ago)
Author:
kjdon
Message:

changed the max century arg to a string instead of an int - need to be able to enter BCE as part of the century

File:
1 edited

Legend:

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

    r7023 r7105  
    116116      { 'name' => "maximum_century",
    117117    'desc' => "{BasPlug.maximum_century}",
    118     'type' => "int",
    119     'deft' => "-1",
     118    'type' => "string",
     119    'deft' => "",
    120120    'reqd' => "no" },
    121121      { 'name' => "no_bibliography",
Note: See TracChangeset for help on using the changeset viewer.