You are here

function classified_entity_info_alter in Classified Ads 6.3

Same name and namespace in other branches
  1. 7.3 classified.module \classified_entity_info_alter()

Do not implement hook_entity_info_alter().

File

./classified.module, line 861
A pure D6 classified ads module inspired by the ed_classified module.

Code

function classified_entity_info_alter(&$entity_info) {
}