Vergleich admin/modules/tools/adminlog.php - 1.6.3 - 1.6.10

  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: adminlog.php 5380 2011-02-21 12:04:43Z Tomm $

 * $Id: adminlog.php 5602 2011-09-16 18:23:48Z ralgith $

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 218Zeile 218
		$logitem['dateline'] = date("jS M Y, G:i", $logitem['dateline']);
$trow = alt_trow();
$username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']);

		$logitem['dateline'] = date("jS M Y, G:i", $logitem['dateline']);
$trow = alt_trow();
$username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']);

		$logitem['profilelink'] = build_profile_link($username, $logitem['uid']);

		$logitem['profilelink'] = build_profile_link($username, $logitem['uid'], "_blank");

		$logitem['data'] = unserialize($logitem['data']);

// Get detailed information from meta

		$logitem['data'] = unserialize($logitem['data']);

// Get detailed information from meta

Zeile 495Zeile 495
	}

$plugin_array = array('logitem' => &$logitem, 'lang_string' => &$lang_string);

	}

$plugin_array = array('logitem' => &$logitem, 'lang_string' => &$lang_string);

	$plugins->run_hooks_by_ref("admin_tools_get_admin_log_action", $plugin_array);

	$plugins->run_hooks("admin_tools_get_admin_log_action", $plugin_array);

	
if(isset($lang->$lang_string))
{

	
if(isset($lang->$lang_string))
{