Changeset 9410 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/11/29 17:42:41 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9409 r9410  
    9898    $tpl_nonclass = lfCheckNonClass($_POST['product_id']); 
    9999     
    100     sfprintr($tpl_nonclass); 
    101     sfprintr($_POST['copy_product_id']); 
    102     sfprintr(sfIsInt($_POST['copy_product_id'])); 
    103      
    104     if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){ 
     100    if($_POST['product_id'] == "" and sfIsInt($_POST['copy_product_id'])){ 
    105101        $tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 
    106102    } 
Note: See TracChangeset for help on using the changeset viewer.