N°4454 - Measuring the use of the queryphrase book

This commit is contained in:
Benjamin Dalsass
2022-10-25 14:33:21 +02:00
parent efdf780c79
commit fcdfd54066

View File

@@ -156,6 +156,7 @@ abstract class Query extends cmdbAbstractObject
// last export information // last export information
$this->Set('export_last_date', date(AttributeDateTime::GetSQLFormat())); $this->Set('export_last_date', date(AttributeDateTime::GetSQLFormat()));
$this->Set('export_last_user_id', UserRights::GetUserObject()); $this->Set('export_last_user_id', UserRights::GetUserObject());
$this->AllowWrite(true);
$this->DBUpdate(); $this->DBUpdate();
// increment usage counter // increment usage counter