You are here

function uc_coupon_to_arg in Ubercart Discount Coupons 7.3

Same name and namespace in other branches
  1. 7.2 uc_coupon.module \uc_coupon_to_arg()

Properly handle %uc_coupon wildcard. (Necessary to prevent PHP runtime notice.)

File

./uc_coupon.module, line 183
Provides discount codes and gift certificates for Ubercart.

Code

function uc_coupon_to_arg($arg) {
  return $arg;
}