function quotes_update_last_removed in Quotes 7
Implements hook_update_last_removed().
File
- ./
quotes.install, line 220 - Handles installation and updates for the quotes module.
Code
function quotes_update_last_removed() {
// Removed the 5.x and 6.x version of quotes, including database updates.
// The next update function is quotes_update_7001().
return 6107;
}