diff --git a/include/application.php b/include/application.php index c728c64..b888bc4 100644 --- a/include/application.php +++ b/include/application.php @@ -882,12 +882,15 @@ class Application { $oUser = new user($this->iSubmitterId); $oVendor = new vendor($this->iVendorId); if(!$oVendor->sName) - $oVendor->sName = get_vendor_from_keywords($this->sKeywords); + $sVendor = get_vendor_from_keywords($this->sKeywords); + else + $sVendor = $oVendor->objectMakeLink(); $aCells = array( print_date(mysqltimestamp_to_unixtimestamp($this->sSubmitTime)), - $oUser->sRealname, - $oVendor->sName, + "iUserId\">". + "$oUser->sRealname", + $sVendor, $this->sName); if($this->canEdit() || $oObject->bQueued)