function money_init in Money field 6
Same name and namespace in other branches
- 7 money.module \money_init()
Implementation of hook_init().
File
- ./
money.module, line 11 - This module defines the Money CCK field.
Code
function money_init() {
if (module_exists('diff')) {
module_load_include('inc', 'money', 'includes/money.diff');
}
}