From 752dea04fce4651fc6dc9feb4f7ccfe24aabd7a6 Mon Sep 17 00:00:00 2001 From: olivierh65 Date: Wed, 7 Apr 2021 23:39:31 +0200 Subject: [PATCH] Remove spaces Removes spaces on line 56 --- CRM/Admin/Form/Setting/UF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/Setting/UF.php b/CRM/Admin/Form/Setting/UF.php index 09e0123710..06acdb081a 100644 --- a/CRM/Admin/Form/Setting/UF.php +++ b/CRM/Admin/Form/Setting/UF.php @@ -51,7 +51,7 @@ class CRM_Admin_Form_Setting_UF extends CRM_Admin_Form_Setting { else { global $databases; } - + $drupal_prefix = ''; if (isset($databases['default']['default']['prefix'])) { if (is_array($databases['default']['default']['prefix'])) { -- 2.25.1