Zeile 103 | Zeile 103 |
---|
* @param array|int $tid Thread IDs (in order of dateline ascending). Only the first one will be used * @return boolean true */
|
* @param array|int $tid Thread IDs (in order of dateline ascending). Only the first one will be used * @return boolean true */
|
function execute_post_moderation($post_options, $pids, $tid)
| function execute_post_moderation($post_options=array(), $pids=array(), $tid)
|
{ global $db, $mybb, $lang;
| { global $db, $mybb, $lang;
|
Zeile 268 | Zeile 268 |
---|
* @param array Thread IDs. Only the first one will be used, but it needs to be an array * @return boolean true */
|
* @param array Thread IDs. Only the first one will be used, but it needs to be an array * @return boolean true */
|
function execute_thread_moderation($thread_options, $tids)
| function execute_thread_moderation($thread_options=array(), $tids=array())
|
{ global $db, $mybb;
| { global $db, $mybb;
|