Changeset 1965 for temp/trunk/html
- Timestamp:
- 2006/08/25 14:43:41 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/index.php
r1964 r1965 105 105 $objPage->year = '----'; 106 106 } 107 if($objPage->month == '') {108 $objPage->month = '--';109 }110 if($objPage->day == '') {111 $objPage->day = '--';112 }113 107 114 108 // ÆþÎÏÃͤμèÆÀ 115 109 $objPage->arrForm = $objFormParam->getFormParamList(); 110 111 if($objPage->arrForm['month']['value'] == '') { 112 $objPage->month = '--'; 113 } 114 if($objPage->arrForm['day']['value'] == '') { 115 $objPage->day = '--'; 116 } 116 117 117 118 sfprintr($objPage->arrForm);
Note: See TracChangeset
for help on using the changeset viewer.
