Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: adminlog.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $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 218 | Zeile 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 495 | Zeile 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)) {
|