Missed one additional place in the last commit where timestamps
need to be predecated on the read/write status of cells.
This commit is contained in:
parent
ff718c3ecf
commit
7f1217596e
|
|
@ -227,7 +227,7 @@ DBUpdateStamps(def)
|
||||||
|
|
||||||
else if (def->cd_flags & CDGETNEWSTAMP)
|
else if (def->cd_flags & CDGETNEWSTAMP)
|
||||||
{
|
{
|
||||||
if (def->cd_flags & CDFIXEDSTAMP)
|
if (def->cd_flags & (CDNOEDIT | CDFIXEDSTAMP))
|
||||||
def->cd_flags &= ~CDGETNEWSTAMP;
|
def->cd_flags &= ~CDGETNEWSTAMP;
|
||||||
else
|
else
|
||||||
dbStampFunc(def);
|
dbStampFunc(def);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue