function payment_modules_enabled in Payment 7
Implements hook_modules_enabled().
File
- ./
payment.module, line 822 - Hook implementations and shared functions.
Code
function payment_modules_enabled() {
drupal_static_reset();
}
Implements hook_modules_enabled().
function payment_modules_enabled() {
drupal_static_reset();
}