Changeset 9066


Ignore:
Timestamp:
2005-02-16T13:52:37+13:00 (19 years ago)
Author:
kjdon
Message:

changed removesuffix/removeprefix type to regexp, and added modegli=3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r8855 r9066  
    163163      { 'name' => "removeprefix",
    164164    'desc' => "{BasClas.removeprefix}",
    165     'type' => "string",
     165    'type' => "regexp",
    166166    'deft' => "",
    167     'reqd' => "no" } ,
     167    'reqd' => "no",
     168    'modegli' => "3" },
    168169      { 'name' => "removesuffix",
    169170    'desc' => "{BasClas.removesuffix}",
    170     'type' => "string",
     171    'type' => "regexp",
    171172    'deft' => "",
    172     'reqd' => "no" },
     173    'reqd' => "no",
     174    'modegli' => "3" },
    173175      { 'name' => "statsfile",
    174176    'desc' => "{import.statsfile}",
Note: See TracChangeset for help on using the changeset viewer.