PDA

View Full Version : i wanna show modified date of tasks at task list.


mygwdisk
20-02-05, 04:35 AM
i wanna show modified date of tasks at task list.
of course, i know i must "alter table".

And above "modify" means when modificatiion certain task of "tasks" table and modification of certain task of "task_log" table.

Is is possible?

thanks.

caseydk
20-02-05, 07:20 AM
Sure, you just need to have that field updated whenever you add/modify entries.

Then just change the select query and the display.

cyberhorse
20-02-05, 11:53 PM
actually cvs has support for this through the history module, and if I remember correctly it shows last update date by default :)