mgd_update_article_created
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.
