Changeset 9409 for temp/trunk/html


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

blank

File:
1 edited

Legend:

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

    r9408 r9409  
    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     
    100104    if(!$tpl_nonclass and sfIsInt($_POST['copy_product_id'])){ 
    101105        $tpl_nonclass = lfCheckNonClass($_POST['copy_product_id']); 
Note: See TracChangeset for help on using the changeset viewer.