You are here

function wysiwyg_update_last_removed in Wysiwyg 7.2

Implements hook_update_last_removed().

File

./wysiwyg.install, line 135
Installation functions for Wysiwyg module.

Code

function wysiwyg_update_last_removed() {

  // Users should upgrade to the latest 6.x-2.x release before upgrading to
  // 7.x-2.x. Some 7xxx functions duplicate work from 6xxx functions in 6.x-2.x
  // because both branches are supported in parallel, but changes will only be
  // applied once anyway because of safeguards.
  return 6202;
}