feature management for admins: delete double entries from merging process

This commit is contained in:
rabuzarus 2016-01-17 12:59:06 +01:00
parent c1ed2bd975
commit 78e282734f
1 changed files with 0 additions and 6 deletions

View File

@ -212,9 +212,6 @@ function admin_content(&$a) {
case 'viewlogs':
$o = admin_page_viewlogs($a);
break;
case 'viewlogs':
$o = admin_page_viewlogs($a);
break;
case 'dbsync':
$o = admin_page_dbsync($a);
break;
@ -224,9 +221,6 @@ function admin_content(&$a) {
case 'federation':
$o = admin_page_federation($a);
break;
case 'federation':
$o = admin_page_federation($a);
break;
default:
notice( t("Item not found.") );
}