Skip to content
Snippets Groups Projects
Commit 101d85bc authored by magnolia61's avatar magnolia61
Browse files

Sort CMS Database Table list

parent 40143ea4
Branches
Tags
No related merge requests found
......@@ -81,6 +81,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