constant EDI_CLASSIFIED_MODULE_NAME in Classified Ads 5.2
Same name and namespace in other branches
- 5 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
- 6.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
- 7.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
TODO db_rewrite_sql must change for Drupal 7 (http://drupal.org/node/224333#db_rewrite_sql)
12 uses of EDI_CLASSIFIED_MODULE_NAME
- ed_classified_ad_expired in ./
ed_classified_utils.inc - Determine whether a node is expired given a target timestamp An ad is considered to have 'expired' if the $time parameter is larger than the node's expires_on field.
- ed_classified_get_popular_ads_list in ./
ed_classified_utils.inc - Get a list of popular ads for block use
- ed_classified_node_info in ./
ed_classified.module - Implementation of hook_node_info().
- ed_classified_page in ./
ed_classified.module - Display a page of classified ads, as appropriate. Lifted from image_gallery module. Shameless.
- ed_classified_views_data in ./
ed_classified_views.inc
File
- ./
ed_classified.module, line 26 - 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_MODULE_NAME', 'ed_classified');