You are here

function properties_compare_delete in Dynamic properties 7

Page calllback to remove an entity from the list.

1 string reference to 'properties_compare_delete'
properties_compare_menu in properties_compare/properties_compare.module
Implements hook_menu().

File

properties_compare/properties_compare.pages.inc, line 117
User page callbacks for properties_compare module.

Code

function properties_compare_delete($entity_type, $entity_id) {
  properties_compare_list_delete($entity_type, $entity_id);
  drupal_goto();
}