Changeset 16574 for branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php
- Timestamp:
- 2007/10/26 12:16:14 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/products/LC_Page_Products_List.php
r16560 r16574 78 78 if (!isset($_GET['name'])) $_GET['name'] = ""; 79 79 if (!isset($_POST['orderby'])) $_POST['orderby'] = ""; 80 if (empty($arrCategory_id)) $arrCategory_id = array(" ");80 if (empty($arrCategory_id)) $arrCategory_id = array("0"); 81 81 82 82 // タイトル編集 … … 213 213 $arrCategory_id = $objDb->sfGetCategoryId("", $_GET['category_id']); 214 214 215 215 216 // タイトル編集 216 217 $tpl_subtitle = ""; … … 221 222 if (!isset($_GET['name'])) $_GET['name'] = ""; 222 223 if (!isset($_REQUEST['orderby'])) $_REQUEST['orderby'] = ""; 224 if (empty($arrCategory_id)) $arrCategory_id = array("0"); 223 225 224 226 if($_GET['mode'] == 'search'){
Note: See TracChangeset
for help on using the changeset viewer.