You are here

function webform_update_last_removed in Webform 7.4

Same name and namespace in other branches
  1. 6.3 webform.install \webform_update_last_removed()
  2. 7.3 webform.install \webform_update_last_removed()

Set the minimum upgrade version.

Currently you cannot upgrade from 2.x in Drupal 6 to 3.x in Drupal 7. However there are no database changes between the 3.x versions, so no update is needed at all to move from 3.x in Drupal 6 to Drupal 7.

File

./webform.install, line 883
Webform module install/schema hooks.

Code

function webform_update_last_removed() {
  return 6313;
}