Vergleich inc/class_custommoderation.php - 1.2.7 - 1.2.13

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * $Id$

 * $Id: class_custommoderation.php 3515 2007-11-24 09:05:33Z Tikitiki $

 */

/**

 */

/**

Zeile 128Zeile 128

if($post_options['approveposts'] == 'approve') // Approve posts
{


if($post_options['approveposts'] == 'approve') // Approve posts
{

				$this->approve_posts($pids, $tid, $thread['fid']);

				$this->approve_posts($pids);

			}
elseif($post_options['approveposts'] == 'unapprove') // Unapprove posts
{

			}
elseif($post_options['approveposts'] == 'unapprove') // Unapprove posts
{

				$this->unapprove_posts($pids, $tid, $thread['fid']);

				$this->unapprove_posts($pids);

			}
elseif($post_options['approveposts'] == 'toggle') // Toggle post visibility
{

			}
elseif($post_options['approveposts'] == 'toggle') // Toggle post visibility
{

				$this->toggle_post_visibility($pids, $tid, $thread['fid']);

				$this->toggle_post_visibility($pids);

			}

if($post_options['splitposts'] > 0 || $post_options['splitposts'] == -2) // Split posts

			}

if($post_options['splitposts'] > 0 || $post_options['splitposts'] == -2) // Split posts