0 )
{
$price = intval($aryItem['au_price']);
$price = $price / 100;
if ( $price < 1000 )
{
$showPrice = $price."M";
}
}
$showContNo1 = $aryItem['au_contact_no_1'];
$showContName1 = $aryItem['au_contact_name_1'];
$showRemarks = nl2br(htmlspecialchars($aryItem['au_remarks']));
//
$showUrl = 'auction_details.php?id='.$showID;
$showUrl.= '&wid=82';
$showA1 = '
';
$showA2 = '';
//
$showCover = '';
// $ary['coverImg']
if ( $aryItem['coverImg'] != '')
{
if (file_exists('../'.$aryItem['coverImg']))
{
$showCover = '../'.$aryItem['coverImg'];
$coverPath = img_path($showCover, 'inner');
if (file_exists($coverPath)) {
$showCover = $coverPath;
}
}
}
?>