Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Date and Time stamp in Blog

posts: 1092

With no garanty

Image
Copy to clipboard
$query = "update `tiki_blogs` set `lastModif`=? where `blogId`=?"; $result = $this->query($query,array(date('U'),(int) $blogId));

in the same routine
perhaps better to have $now=date('U') and use $now in the both place to have the same date in the post and the blog
sylvie

There are no comments at this time.