constant EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT in Classified Ads 5.2
Same name and namespace in other branches
- 5 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT
- 6.2 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT
- 7.2 ed_classified.module \EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT
3 uses of EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT
- ed_classified_admin_settings in ./
ed_classified_settings.inc - Implementation of hook_settings(). TODO - this is hardcoded to the Classified Ads vid - needs to be able to handle any taxonomy assigned
- ed_classified_form in ./
ed_classified.module - Implementation of hook_form(). This is how we piggyback off of the node type by tweaking the form with our elements. Drupal 5.x version is called $form_values rather than $form_state (both are an array).
- ed_classified_validate in ./
ed_classified.module - Implementation of hook_validate().
File
- ./
ed_classified.module, line 67 - Simple text-based classified ads module. Michael Curry, Exodus Development, Inc. exodusdev@gmail.com for more information, please visit http://exodusdev.com/drupal/modules/classified.module Copyright (c) 2006, 2007 Exodus Development, Inc. All Rights…
Code
define('EDI_CLASSIFIED_VAR_DEF_BODYLEN_LIMIT', 500);