constant UC_STORE_MM_TO_FT in Ubercart 8.4
Converts millimeters to feet.
File
- uc_store/
uc_store.module, line 159 - Contains global Ubercart functions and store administration functionality.
Code
define('UC_STORE_MM_TO_FT', 0.003280839895);
Converts millimeters to feet.
define('UC_STORE_MM_TO_FT', 0.003280839895);