objectManager: Support purging rejected entries
This commit is contained in:
committed by
Chris Morgan
parent
5db7f0f7fb
commit
70e4306e2b
@@ -1213,6 +1213,16 @@ class testData{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
function objectAllowPurgingRejected()
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
public function objectGetSubmitTime()
|
||||
{
|
||||
return mysqltimestamp_to_unixtimestamp($this->sSubmitTime);
|
||||
}
|
||||
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
{
|
||||
$aItemsPerPage = array(25, 50, 100, 200);
|
||||
|
||||
Reference in New Issue
Block a user