Vergleich admin/modules/user/banning.php - 1.6.0 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: banning.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: banning.php 5453 2011-04-21 23:58:33Z jammerx2 $

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 94Zeile 94
		{
$moderation->delete_post($post['pid']);
}

		{
$moderation->delete_post($post['pid']);
}




		$cache->update_reportedposts();


		$plugins->run_hooks("admin_user_banning_prune_commit");

// Log admin action

		$plugins->run_hooks("admin_user_banning_prune_commit");

// Log admin action

Zeile 434Zeile 435
	// Get the banned users
while($ban = $db->fetch_array($query))
{

	// Get the banned users
while($ban = $db->fetch_array($query))
{

		$profile_link = build_profile_link($ban['username'], $ban['uid']);

		$profile_link = build_profile_link($ban['username'], $ban['uid'], "_blank");

		$ban_date = my_date($mybb->settings['dateformat'], $ban['dateline']);
if($ban['lifted'] == 'perm' || $ban['lifted'] == '' || $ban['bantime'] == 'perm' || $ban['bantime'] == '---')
{

		$ban_date = my_date($mybb->settings['dateformat'], $ban['dateline']);
if($ban['lifted'] == 'perm' || $ban['lifted'] == '' || $ban['bantime'] == 'perm' || $ban['bantime'] == '---')
{