Index: temp/trunk/html/admin/products/product_class.php
===================================================================
--- temp/trunk/html/admin/products/product_class.php	(revision 2020)
+++ temp/trunk/html/admin/products/product_class.php	(revision 2021)
@@ -118,4 +118,5 @@
 function lfProductClassPage() {
 	global $objPage;
+	sfprintr($_POST);
 	$objPage->arrHidden = $_POST;
 	$objPage->arrHidden['select_class_id1'] = "";
@@ -194,5 +195,4 @@
 	$col.= "product_class_id, product_id, T1_classcategory_id AS classcategory_id1, T2_classcategory_id AS classcategory_id2, ";
 	$col.= "product_code, stock, stock_unlimited, sale_limit, price01, price02, status";
-	$col.= " ,(SELECT name FROM dtb_products AS prd WHERE prd.product_id = T3.product_id) as product_name";
 	
 	$sql = "SELECT $col FROM ";
@@ -208,9 +208,5 @@
 	
 	$arrList =  $objQuery->getAll($sql, array($product_id, $product_id));
-	
-	sfprintr($arrList);
-//		$objQuery->getlastquery(true);
-
-	
+		
 	$objPage->arrForm["class_id1"] = $arrList[0]['class_id1'];
 	$objPage->arrForm["class_id2"] = $arrList[0]['class_id2'];
