You are here

function classified_update_last_removed in Classified Ads 7.3

Implements hook_update_last_removed().

File

./classified.install, line 317
Install file for the Classified Ads module.

Code

function classified_update_last_removed() {
  return 6100;
}