Changeset 16665 for branches/beta/html
- Timestamp:
- 2007/11/03 21:39:48 (16 years ago)
- Location:
- branches/beta/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/mobile/shopping/complete.php
r16650 r16665 95 95 } 96 96 97 sfConnectMovilinkURL($order_id); 97 if(function_exists('sfConnectMovilinkURL')) { 98 sfConnectMovilinkURL($order_id); 99 } 98 100 99 101 $objPage->arrInfo = $arrInfo; -
branches/beta/html/shopping/complete.php
r16650 r16665 104 104 } 105 105 106 sfConnectMovilinkURL($order_id); 106 if(function_exists('sfConnectMovilinkURL')) { 107 sfConnectMovilinkURL($order_id); 108 } 107 109 108 110 $objPage->arrInfo = $arrInfo;
Note: See TracChangeset
for help on using the changeset viewer.