Ignore:
Timestamp:
2005-08-04T15:27:21+12:00 (19 years ago)
Author:
kjdon
Message:

is_incremental renamed is_incremental_capable

File:
1 edited

Legend:

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

    r10313 r10419  
    148148        }
    149149        else {
    150         if (!$processor->is_incremental()) {
     150        if (!$processor->is_incremental_capable()) {
    151151            $process_file = 1;
    152152        }
Note: See TracChangeset for help on using the changeset viewer.