Skip to content
Snippets Groups Projects
Unverified Commit 71119099 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #15944 from magnolia61/Sort_CMS_tables_alphabetically

Sort CMS Database Table list
parents e97a095c 101d85bc
Branches
Tags
No related merge requests found
......@@ -65,6 +65,7 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting {
) {
$dsnArray = DB::parseDSN($config->dsn);
$tableNames = CRM_Core_DAO::getTableNames();
asort($tableNames);
$tablePrefixes = '$databases[\'default\'][\'default\'][\'prefix\']= array(';
if ($config->userFramework === 'Backdrop') {
$tablePrefixes = '$database_prefix = array(';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment