Skip to content
Snippets Groups Projects
Commit f579fc6b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Code comment

parent 1be389fd
Branches
Tags
No related merge requests found
...@@ -216,7 +216,7 @@ class BankCateg // extends CommonObject ...@@ -216,7 +216,7 @@ class BankCateg // extends CommonObject
// Delete link between tag and bank lines // Delete link between tag and bank lines
if (! $error) if (! $error)
{ {
$sql = "DELETE FROM ".MAIN_DB_PREFIX."bank_class"; // No more used $sql = "DELETE FROM ".MAIN_DB_PREFIX."bank_class";
$sql.= " WHERE fk_categ = ".$this->id; $sql.= " WHERE fk_categ = ".$this->id;
$resql = $this->db->query($sql); $resql = $this->db->query($sql);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment