feature management for admins: delete double entries from merging process
This commit is contained in:
parent
c1ed2bd975
commit
78e282734f
1 changed files with 0 additions and 6 deletions
|
@ -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.") );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue