Fix some inconsistent braces and add a comment to the objectManager code

This commit is contained in:
Chris Morgan
2007-04-22 15:52:06 +00:00
committed by WineHQ
parent af465791f7
commit 00aacdeadd
2 changed files with 7 additions and 3 deletions

View File

@@ -84,8 +84,9 @@ if($oObject->iId)
break;
}
} else if ($aClean['sAction'] == "add")
{
$oObject->add_entry($REQUEST_URI, $sErrors);
else
} else
{
// if displaying a queue display the help for the given queue
if($oObject->bIsQueue)