You are here

constant UPDATE_FREQUENCY in Currency 5

Same name and namespace in other branches
  1. 6 currency_api/currency_api.module \UPDATE_FREQUENCY
  2. 7 currency_api/currency_api.module \UPDATE_FREQUENCY
3 uses of UPDATE_FREQUENCY
currency_api_admin_settings in currency_api/currency_api.module
currency_api_convert in currency_api/currency_api.module
Currency exchange rate API function
currency_api_load in currency_api/currency_api.module
fetch cached rate for from and to countries retrieve from static array variable, else from database returns: rate by reference, true if exists otherwise false

File

currency_api/currency_api.module, line 7

Code

define('UPDATE_FREQUENCY', 3600);