function theme_restrict_qty_field in Ubercart Restrict Qty 6.2
Same name and namespace in other branches
- 5 uc_restrict_qty.module \theme_restrict_qty_field()
- 6 uc_restrict_qty.module \theme_restrict_qty_field()
- 7 uc_restrict_qty.module \theme_restrict_qty_field()
File
- ./
uc_restrict_qty.module, line 286 - Restrict the quantity on specified products so that only specified quantity may be purchased at a time.
Code
function theme_restrict_qty_field($element) {
return check_plain($element['#value']);
}