constant EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS in Classified Ads 6.2
Same name and namespace in other branches
- 5.2 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS
- 5 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS
- 7.2 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS
3 uses of EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS
- ed_classified_admin_settings in ./
ed_classified_settings.inc - Implementation of hook_settings().
- _ed_classified_get_duration in ./
ed_classified_utils.inc - Get duration in days for taxonomy term (array of tids, indexed by vid); Expecting array of size 1, so any more is ignored if nothing set, use the default value TODO - if a single value, not an array, then assume the vid to be the Classified Ads vid
- _ed_classified_get_longest_duration in ./
ed_classified_utils.inc - Find the longest duration, in days, for a given set of terms
File
- ./
ed_classified.module, line 77 - Simple text-based classified ads module.
Code
define('EDI_CLASSIFIED_VAR_DEF_EXPIRATION_DAYS', 30);