Jump to content

Time of last edit


AV1611

Recommended Posts

So, there is no way to tell when a given record was last edited, only when the table with show status command.

 

The question is larger.  Basically, I'm trying to "retrofit" an application that tracks jobs.  Once the job is closed, it can bet edited again if there is a change (sorry, not my design) and I need to write a cron that emails a list of what jobs have been changed since they were status as closed so everyone knows it's open again.

 

Hmmm... I got an idea...

 

The job is status closed when the "status" field is populated with a date. (It's blank until then) Maybe I can write a clause that says any time a record is edited, if the field is not blank, then blank it and send the email at that time.  Makes more sense to me that you :P

 

 

Link to comment
https://forums.phpfreaks.com/topic/89579-time-of-last-edit/#findComment-458946
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.