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