Changeset 7167 for temp


Ignore:
Timestamp:
2006/11/01 10:40:56 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/product.php

    r7161 r7167  
    257257    if($_POST['image_key'] != ""){ 
    258258        $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'] . "'"; 
    261261    } 
    262262     
Note: See TracChangeset for help on using the changeset viewer.