Changeset 20109
- Timestamp:
- 2011/02/07 13:57:08 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_SearchProducts.php
r20108 r20109 119 119 * @return string $maker_id メーカーID 120 120 */ 121 function lfGet CategoryId() {121 function lfGetMakerId() { 122 122 $maker_id = ''; 123 123 if ( isset($_GET['maker_id']) && $_GET['maker_id'] != '' && is_numeric($_GET['maker_id']) ) {
Note: See TracChangeset
for help on using the changeset viewer.