Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/23/2017 01:30:38 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Converter: Add halt setting for stopping the importer when an error occurs.

Next: implement in Converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/options.php

    r6599 r6600  
    130130        '_bbp_converter_step'       => 0,           // Current converter step
    131131        '_bbp_converter_start'      => 0,           // Step to start at
     132        '_bbp_converter_halt'       => 0,           // Halt on errors
    132133        '_bbp_converter_platform'   => '',          // Which platform to use
    133134        '_bbp_converter_query'      => ''           // Last query
Note: See TracChangeset for help on using the changeset viewer.