Add some common responses to the entry processing page, selectable via radio buttons. This

should make admin responses more consistent and make it quicker and easier to process
submissions.
This commit is contained in:
Chris Morgan
2007-06-14 01:27:59 +00:00
committed by WineHQ
parent 8d1b120378
commit 4078ad879f
2 changed files with 61 additions and 2 deletions

View File

@@ -54,8 +54,8 @@ if($aClean['bIsRejected'] == 'true')
$oOtherObject = new $oObject->sClass($oObject->iId);
/* Certain actions must be performed before the header is set
processForm return TRUE on success, or a user-readable list of errors
/* Certain actions must be performed before the header is set. */
/* processForm returns TRUE on success, or a user-readable list of errors
on failure */
$sErrors = $oObject->processForm($aClean);