constant QUOTES_VERSION in Quotes 6
Same name and namespace in other branches
- 5 quotes.module \QUOTES_VERSION
- 7 quotes.module \QUOTES_VERSION
1 use of QUOTES_VERSION
- quotes_help in ./
quotes.module - Implementation of hook_help().
File
- ./
quotes.module, line 17 - The quotes module allows users to maintain a list of quotes that can be displayed in any number of administrator-defined quote blocks.
Code
define('QUOTES_VERSION', $quotes_info['version'] . ', release date ' . format_date($quotes_info['datestamp']));