Add and use application::mustBeQueued()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-21 17:51:42 +00:00
committed by WineHQ
parent 208033d788
commit 1107fb938b
2 changed files with 12 additions and 16 deletions

View File

@@ -721,15 +721,6 @@ class User {
return $this->hasPriv("admin");
}
/**
* Does the created application have to be queued for admin processing?
*/
function appCreatedMustBeQueued()
{
return !$this->hasPriv("admin");
}
/***********************/
/* version permissions */