Skip to content

Commit

Permalink
Update extrafields.class.php
Browse files Browse the repository at this point in the history
Remove empty line whitespace
  • Loading branch information
omogenot authored Nov 16, 2024
1 parent 8513bc9 commit 82280e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/extrafields.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ private function delete_label($attrname, $elementtype = '')
if (!empty($elementtype)) {
$sql .= " AND elementtype = '".$this->db->escape($elementtype)."'";
}

dol_syslog(get_class($this)."::delete_label", LOG_DEBUG);
$resql = $this->db->query($sql);
if ($resql) {
Expand Down

0 comments on commit 82280e3

Please sign in to comment.