(Midgard 1.4.2 'Bifrost')
mgd_update_article_created -- Update the creation date of an article
Description
bool mgd_update_article_created
(int id, int timestamp)
Minimum version: Midgard 1.4 (Bifrost)
Updates the creation date of the article with id
id. The parameter
timestamp should be a Un*x timestamp.
Returns TRUE on success, FALSE on failure.
<?php
mgd_update_article_created(13,75514);
?>
|