Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id$
| * $Id: delayedmoderation.php 5380 2011-02-21 12:04:43Z Tomm $
|
*/
function task_delayedmoderation($task)
| */
function task_delayedmoderation($task)
|
Zeile 223 | Zeile 223 |
---|
if(!empty($approved_tids)) {
|
if(!empty($approved_tids)) {
|
$moderation->unapproved_threads($approved_tids);
| $moderation->unapprove_threads($approved_tids);
|
} if(!empty($unapproved_tids)) {
|
} if(!empty($unapproved_tids)) {
|
$moderation->approved_threads($unapproved_tids);
| $moderation->approve_threads($unapproved_tids);
|
} break; }
| } break; }
|