Fixing style errors.
This commit is contained in:
parent
53502ccd70
commit
837573c6ea
@ -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
|
||||
$query = $this->db->query($sql);
|
||||
|
||||
while ($result = $this->db->fetch_object($query)) {
|
||||
|
||||
if (empty($returnonlydata)) {
|
||||
$tmp = new ProductAttributeValue($this->db);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user