- Timestamp:
- 2006/11/01 10:40:56 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/products/product.tpl (modified) (previous)
-
data/Smarty/templates/admin/products/product_select.tpl (modified) (previous)
-
html/admin/products/product.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/product.php
r7161 r7167 257 257 if($_POST['image_key'] != ""){ 258 258 $anchor_hash = "location.hash='#" . $_POST['image_key'] . "'"; 259 }elseif($_ GET['no'] != ""){260 $anchor_hash = "location.hash='#recommend_id" . $_ GET['no'] . "'";259 }elseif($_POST['anchor_key'] != ""){ 260 $anchor_hash = "location.hash='#recommend_id" . $_POST['anchor_key'] . "'"; 261 261 } 262 262
Note: See TracChangeset
for help on using the changeset viewer.
