You are here

function rooms_pricing_update_7002 in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Deletes unused variable 'ROOMS_SELECT_ALL_PAGES_PR'.

File

modules/rooms_pricing/rooms_pricing.install, line 269
Install for Rooms Pricing module - sets up the main Rooms Pricing table

Code

function rooms_pricing_update_7002() {
  variable_del('ROOMS_SELECT_ALL_PAGES_PR');
  return t('Removed stale variable');
}