Changeset 12645


Ignore:
Timestamp:
2007/05/12 20:50:01 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12644 r12645  
    244244    $objPage->arrForm = $_POST; 
    245245     
    246     if($objPage->arrForm['year']['value'] == '----') { 
    247         $objPage->arrForm['year']['value'] = ''; 
     246    if($objPage->arrForm['year'] == '----') { 
     247        $objPage->arrForm['year'] = ''; 
    248248    } 
    249249     
Note: See TracChangeset for help on using the changeset viewer.