if ( $isauction == 0 ) {
if ( $status == 0 )
$pmenu .= " · <a href=\"{$Globals['maindir']}/editproduct.php?sold=$id\">{$Globals['pp_lang']['soldit']}</a>";
else
$pmenu .= " · <a href=\"{$Globals['maindir']}/editproduct.php?resell=$id\">{$Globals['pp_lang']['relist']}</a>";
}
You cant relist an auction

The sold it and relist links are for classifieds ads not auctions. Auctions only list for the timeframe listed when they are placed hense its an auction.