Name
mgd_update_article_created -- Update the creation date of an article
Synopsis
bool mgd_update_article_created
(int id, int timestamp);
Description
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 if successfull. Returns false on failure.
Example
<?php
mgd_update_article_created(13,75514);
?>