*** admin/listitems.php.before Wed Nov 16 13:25:09 2005
--- admin/listitems.php Wed Nov 16 13:25:44 2005
***************
*** 15,20 ****
--- 15,21 ----
define('IN_ADMIN', true);
$eqdkp_root_path = './../';
include_once($eqdkp_root_path . 'common.php');
+ include_once($eqdkp_root_path . 'itemstats/eqdkp_itemstats.php');
$user->check_auth('a_item_');
***************
*** 52,58 ****
'DATE' => ( !empty($item['item_date']) ) ? date($user->style['date_notime_short'], $item['item_date']) : ' ',
'BUYER' => ( !empty($item['item_buyer']) ) ? $item['item_buyer'] : '<Not Found>',
'U_VIEW_BUYER' => ( !empty($item['item_buyer']) ) ? '../viewmember.php'.$SID.'&' . URI_NAME . '='.$item['item_buyer'] : '',
! 'NAME' => stripslashes($item['item_name']),
'U_VIEW_ITEM' => 'additem.php'.$SID.'&' . URI_ITEM . '='.$item['item_id'],
'RAID' => ( !empty($item['raid_name']) ) ? stripslashes($item['raid_name']) : '<Not Found>',
'U_VIEW_RAID' => ( !empty($item['raid_name']) ) ? 'addraid.php'.$SID.'&' . URI_RAID . '='.$item['raid_id'] : '',
--- 53,59 ----
'DATE' => ( !empty($item['item_date']) ) ? date($user->style['date_notime_short'], $item['item_date']) : ' ',
'BUYER' => ( !empty($item['item_buyer']) ) ? $item['item_buyer'] : '<Not Found>',
'U_VIEW_BUYER' => ( !empty($item['item_buyer']) ) ? '../viewmember.php'.$SID.'&' . URI_NAME . '='.$item['item_buyer'] : '',
! 'NAME' => itemstats_decorate_name(stripslashes($item['item_name'])),
'U_VIEW_ITEM' => 'additem.php'.$SID.'&' . URI_ITEM . '='.$item['item_id'],
'RAID' => ( !empty($item['raid_name']) ) ? stripslashes($item['raid_name']) : '<Not Found>',
'U_VIEW_RAID' => ( !empty($item['raid_name']) ) ? 'addraid.php'.$SID.'&' . URI_RAID . '='.$item['raid_id'] : '',