$sql[] = "" . 
            "UPDATE `".$this->table."` " . 
                "SET `".$this->fields["right"]."` = `".$this->fields["right"]."` + ".$ndif." " . 
            "WHERE " . 
                "`".$this->fields["right"]."` >= ".$ref_ind." " .