@@ -119,7 +119,6 @@ class ProductAttribute extends CommonObject
$query = $this->db->query($sql);
if ($query) {
while ($result = $this->db->fetch_object($query)) {
-
if (empty($returnonlydata)) {
$tmp = new ProductAttribute($this->db);
} else {
@@ -131,7 +131,6 @@ class ProductAttributeValue extends CommonObject
$tmp = new ProductAttributeValue($this->db);