3 * @file include/create_shadowentry.php
4 * @brief This script creates posts with UID = 0 for a given public post.
6 * This script is started from mod/item.php to save some time when doing a post.
9 require_once("include/threads.php");
11 function create_shadowentry_run($argv, $argc) {
16 $message_id = intval($argv[1]);
18 add_shadow_entry($message_id);