Changeset 1965 for temp/trunk/html


Ignore:
Timestamp:
2006/08/25 14:43:41 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/index.php

    r1964 r1965  
    105105    $objPage->year = '----'; 
    106106} 
    107 if($objPage->month == '') { 
    108     $objPage->month = '--'; 
    109 } 
    110 if($objPage->day == '') { 
    111     $objPage->day = '--'; 
    112 } 
    113107 
    114108// ÆþÎÏÃͤμèÆÀ 
    115109$objPage->arrForm = $objFormParam->getFormParamList(); 
     110 
     111if($objPage->arrForm['month']['value'] == '') { 
     112    $objPage->month = '--'; 
     113} 
     114if($objPage->arrForm['day']['value'] == '') { 
     115    $objPage->day = '--'; 
     116} 
    116117 
    117118sfprintr($objPage->arrForm); 
Note: See TracChangeset for help on using the changeset viewer.