Index: temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10963)
+++ temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10964)
@@ -114,5 +114,7 @@
 	break;
 case 'view':
-	lfGetProductsClass();
+	$arrProductClass = lfGetProductsClass($_POST['product_id']);
+	
+sfprintr($arrProductClass);	
 	$create_tag = "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>";
 	$objPage->tpl_create_tag = $create_tag;
