'ldap');
$_content .= "
" . t('LDAP Watchdog Errors and Notifications') . "
";
$overview = dblog_overview();
$_content .= render($overview);
$_content .= l(t('...more watchdog'), 'admin/reports/dblog');
}
else {
$_content .= "" . t('LDAP Help Watchdog Errors and Notifications') . "
";
$_content .= 'This feature requires Database logging
module to be turned on. ';
$_content .= l(t('Module enable page'), 'admin/build/modules');
}
return $_content;
}