Changeset 11892 for branches/dev/html
- Timestamp:
- 2007/03/15 21:01:20 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/shopping/confirm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/shopping/confirm.php
r11851 r11892 105 105 if($payment_type != "") { 106 106 $_SESSION["payment_id"] = $arrData['payment_id']; 107 header("Location: " . gfAddSessionId( URL_SHOP_MODULE));107 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_MODULE)); 108 108 }else{ 109 header("Location: " . gfAddSessionId( URL_SHOP_COMPLETE));109 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_COMPLETE)); 110 110 } 111 111 break;
Note: See TracChangeset
for help on using the changeset viewer.
