Changeset 17053


Ignore:
Timestamp:
2008-08-28T12:22:25+12:00 (16 years ago)
Author:
kjdon
Message:

made the default OIDtype auto, add message_id at end instead of start of list

File:
1 edited

Legend:

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

    r17026 r17053  
    8686
    8787# add in all the standard options from BasePlugin
    88 push (@$extended_oidtype_list, @{$BasePlugin::oidtype_list});
     88unshift (@$extended_oidtype_list, @{$BasePlugin::oidtype_list});
    8989
    9090my $arguments =
     
    106106    'type' => "enum",
    107107    'list' => $extended_oidtype_list,
    108     'deft' => "messsage_id",
     108    'deft' => "auto",
    109109    'reqd' => "no",
    110110    'modegli' => "2" },
Note: See TracChangeset for help on using the changeset viewer.