You are here

constant NODE_IMPORT_MINIMUM_DRUPAL in Node import 6

Minimum Drupal version Node import will work with.

We need Drupal 6.5 or later because we need the patch of http://drupal.org/node/180063 : No way to flush form errors during iterative programatic form submission.

Without this patch, we can't do multiple drupal_execute()s in one page request. This is a requirement for validating reliable and for generating previews.

This patch was included in Drupal 6.5, see: http://drupal.org/node/318701.

Related topics

1 use of NODE_IMPORT_MINIMUM_DRUPAL
node_import_requirements in ./node_import.install
Implementation of hook_requirements().

File

./node_import.install, line 24
Installs, upgrades or uninstalls the node_import module.

Code

define('NODE_IMPORT_MINIMUM_DRUPAL', '6.5');