application: Only show submitter column when processing queued entries

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-06-13 00:03:58 +02:00
committed by Chris Morgan
parent 709e418722
commit cc03e17937
3 changed files with 12 additions and 6 deletions

View File

@@ -400,9 +400,9 @@ class application_queue
return application::objectGetSortableFields();
}
function objectGetHeader()
function objectGetHeader($sState)
{
return $this->oApp->objectGetHeader();
return $this->oApp->objectGetHeader($sState);
}
function objectGetTableRow()