test_om_objects: Test unQueue()

This commit is contained in:
Alexander Nicolaysen Sørnes
2008-01-23 14:18:43 +01:00
committed by Chris Morgan
parent 663894bed4
commit 1f081f4be1
10 changed files with 98 additions and 3 deletions

View File

@@ -675,6 +675,11 @@ class maintainer
echo "</td></tr></table></div>\n\n";
}
function objectGetState()
{
return $this->sState;
}
function canEdit()
{
if($_SESSION['current']->hasPriv("admin") || $this->iUserId == $_SESSION['current']->iUserId)