Ignore:
Timestamp:
2007/05/11 21:35:03 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/index.php

    r12600 r12601  
    254254    if (!empty($_POST["return"])) { 
    255255        switch ($_POST["mode2"]) { 
    256         case "complete": 
     256        case "set3": 
    257257            $_POST["mode2"] = "set3"; 
    258258            break; 
    259         case "confirm": 
     259        case "set2": 
    260260            $_POST["mode2"] = "set2"; 
    261261            break; 
     
    288288    } 
    289289 
    290  
    291290    if ($objPage->arrErr || !empty($_POST["return"])) {     // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ 
    292291 
     
    304303                $objPage->list_data[ $key ] = $val; 
    305304        } 
    306  
    307  
    308305 
    309306    } else { 
Note: See TracChangeset for help on using the changeset viewer.