Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 940 → Rev 941

/trunk/plugins/viathinksoft/adminPages/120_registration/OIDplusPageAdminRegistration.class.php
303,10 → 303,7
if ($privacy_level == 0) {
$adminExportPlugin = OIDplus::getPluginByOid('1.3.6.1.4.1.37476.2.5.2.4.3.400'); // OIDplusPageAdminOIDInfoExport
if (!is_null($adminExportPlugin)) {
ob_start();
OIDplusPageAdminOIDInfoExport::outputXML(false); // no online check, because the query should be short (since the query is done while a visitor waits for the response)
$oidinfo_xml = ob_get_contents();
ob_end_clean();
list($oidinfo_xml, $dummy_content_type) = OIDplusPageAdminOIDInfoExport::outputXML(false); // no online check, because the query should be short (since the query is done while a visitor waits for the response)
} else {
$oidinfo_xml = false;
}