function uc_version in Ubercart 5
File
- uc_store/
uc_store.module, line 2981 - Contains global Ubercart functions and store administration functionality.
Code
function uc_version() {
return '1.7';
}
function uc_version() {
return '1.7';
}