function uc_stock_init in Ubercart 6.2
Implements hook_init().
File
- uc_stock/
uc_stock.module, line 106
Code
function uc_stock_init() {
global $conf;
$conf['i18n_variables'][] = 'uc_stock_threshold_notification_message';
$conf['i18n_variables'][] = 'uc_stock_threshold_notification_subject';
}