function uc_stock_views_handler_active in Ubercart 5
1 string reference to 'uc_stock_views_handler_active'
- uc_stock_views_tables in uc_stock/
uc_stock.module - Implementation of hook_views_tables().
File
- uc_stock/
uc_stock.module, line 511
Code
function uc_stock_views_handler_active($fieldinfo, $fielddata, $value, $data) {
return $value ? t('Active') : t('Inactive');
}