You are here

constant EDI_CLASSIFIED_MODULE_NAME in Classified Ads 7.2

Same name and namespace in other branches
  1. 5.2 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
  2. 5 ed_classified.module \EDI_CLASSIFIED_MODULE_NAME
  3. 6.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)

14 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_install in ./ed_classified.install
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.

... See full list

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');