Vergleich inc/class_custommoderation.php - 1.4.3 - 1.4.4

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

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/about/license
*

 * $Id: class_custommoderation.php 3902 2008-06-11 02:21:37Z Tikitiki $

 * $Id: class_custommoderation.php 4261 2008-11-03 01:11:33Z Tikitiki $

 */

/**

 */

/**

Zeile 280Zeile 280

if($thread_options['openthread'] == 'open') // Open thread
{


if($thread_options['openthread'] == 'open') // Open thread
{

				echo "opening";

 
				$this->open_threads($tids);
}
elseif($thread_options['openthread'] == 'close') // Close thread

				$this->open_threads($tids);
}
elseif($thread_options['openthread'] == 'close') // Close thread

Zeile 331Zeile 330
					$post['options'] = array(
"signature" => 1,
"emailnotify" => 0,

					$post['options'] = array(
"signature" => 1,
"emailnotify" => 0,

						"disablesmilies" => 1

						"disablesmilies" => 0

					);

$posthandler->set_data($post);

					);

$posthandler->set_data($post);