function classified_field_extra_fields in Classified Ads 6.3
Same name and namespace in other branches
- 7.3 classified.module \classified_field_extra_fields()
Do not implement hook_field_extra_fields().
Allow repositioning of the expires box But do it in classified_content_extra_fields().
File
- ./
classified.module, line 870 - A pure D6 classified ads module inspired by the ed_classified module.
Code
function classified_field_extra_fields() {
}