mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 18:32:32 +01:00
Fixing style errors.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user