Changeset 12601 for branches/dev/html/mobile
- Timestamp:
- 2007/05/11 21:35:03 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/shopping/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/shopping/index.php
r12600 r12601 254 254 if (!empty($_POST["return"])) { 255 255 switch ($_POST["mode2"]) { 256 case " complete":256 case "set3": 257 257 $_POST["mode2"] = "set3"; 258 258 break; 259 case " confirm":259 case "set2": 260 260 $_POST["mode2"] = "set2"; 261 261 break; … … 288 288 } 289 289 290 291 290 if ($objPage->arrErr || !empty($_POST["return"])) { // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ 292 291 … … 304 303 $objPage->list_data[ $key ] = $val; 305 304 } 306 307 308 305 309 306 } else {
Note: See TracChangeset
for help on using the changeset viewer.
