Code comment

This commit is contained in:
Laurent Destailleur 2017-02-27 12:07:38 +01:00
parent 1be389fd3e
commit f579fc6b2d

View File

@ -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);