ignore qfmt/afmt when checking if note types are the same

This commit is contained in:
Damien Elmes 2013-09-04 02:18:53 +09:00
parent 4fe76257f1
commit e73bfa9d02

View file

@ -469,8 +469,6 @@ select id from notes where mid = ?)""" % " ".join(map),
s += f['name'] s += f['name']
for t in m['tmpls']: for t in m['tmpls']:
s += t['name'] s += t['name']
s += t['qfmt']
s += t['afmt']
return checksum(s) return checksum(s)
# Required field/text cache # Required field/text cache