Changeset 743033
- Timestamp:
- 07/19/2013 04:46:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
allprowebtools-shopping-cart-ecommerce-tools/tags/0.48BETA/includes/apwt-cart.php
r734162 r743033 27 27 //this is a variation add it to the get string 28 28 //$getstring .= urlencode($key)."=".urlencode($value)."&"; 29 $getstring .= $key."=". $value."&";29 $getstring .= $key."=".urlencode($value)."&"; 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.