Vergleich inc/class_custommoderation.php - 1.8.6 - 1.8.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 241Zeile 241
						"uid" => $mybb->user['uid'],
"username" => $mybb->user['username'],
"message" => $post_options['splitpostsaddreply'],

						"uid" => $mybb->user['uid'],
"username" => $mybb->user['username'],
"message" => $post_options['splitpostsaddreply'],

						"ipaddress" => $db->escape_binary(my_inet_pton(get_ip())),

						"ipaddress" => my_inet_pton(get_ip()),

					);
// Set up the post options from the input.
$post['options'] = array(

					);
// Set up the post options from the input.
$post['options'] = array(

Zeile 413Zeile 413
						"uid" => $mybb->user['uid'],
"username" => $mybb->user['username'],
"message" => $thread_options['addreply'],

						"uid" => $mybb->user['uid'],
"username" => $mybb->user['username'],
"message" => $thread_options['addreply'],

						"ipaddress" => $db->escape_binary(my_inet_pton(get_ip())),

						"ipaddress" => my_inet_pton(get_ip()),

					);

// Set up the post options from the input.

					);

// Set up the post options from the input.