function uc_coupon_to_arg in Ubercart Discount Coupons 7.2
Same name and namespace in other branches
- 7.3 uc_coupon.module \uc_coupon_to_arg()
Properly handle %uc_coupon wildcard. (Necessary to prevent PHP runtime notice.)
File
- ./
uc_coupon.module, line 175
Code
function uc_coupon_to_arg($arg) {
return $arg;
}