objectManager: Use GetOptionalSetting() in more places

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-10-22 19:03:37 +02:00
committed by Chris Morgan
parent fe56884a98
commit 9069952d91
2 changed files with 8 additions and 23 deletions

View File

@@ -124,10 +124,6 @@ if($oObject->getId() && $sAction != "add")
$oObject->add_entry($aClean, $sErrors);
} else
{
// if displaying a queue display the help for the given queue
if($oObject->getIsQueue())
$oObject->display_queue_processing_help();
$oObject->display_table($aClean);
}