why you are update the date field to be CURRENT_TIMESTAMP on each update operation on<br>lt_articles table?<br><br>CREATE TABLE `lt_articles` (<br>&nbsp; `id` int(10) unsigned NOT NULL auto_increment,<br>&nbsp; <span style="font-weight: bold;">
`date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP</span>, ...<br><br>Regards,<br>&nbsp;&nbsp;&nbsp;&nbsp; Ahmad<br>