- display the submit time correctly in admin panels
- display the submitter correctly in admin panels
This commit is contained in:
@@ -80,6 +80,7 @@ class Application {
|
||||
$this->iVendorId = $oRow->vendorId;
|
||||
$this->iCatId = $oRow->catId;
|
||||
$this->iSubmitterId = $oRow->submitterId;
|
||||
$this->sSubmitTime = $oRow->submitTime;
|
||||
$this->sDate = $oRow->submitTime;
|
||||
$this->sName = $oRow->appName;
|
||||
$this->sKeywords = $oRow->keywords;
|
||||
|
||||
Reference in New Issue
Block a user