From 0ea5e2e35f2727c8d443f6a424c20cddb0afdd1e Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 19 Aug 2021 08:16:36 -0600 Subject: [PATCH] Define the constant only once... --- api/etemplate.php | 1 - 1 file changed, 1 deletion(-) diff --git a/api/etemplate.php b/api/etemplate.php index 6648ade760..478d0e5a6f 100644 --- a/api/etemplate.php +++ b/api/etemplate.php @@ -14,7 +14,6 @@ use EGroupware\Api; // add et2- prefix to following widgets/tags const ADD_ET2_PREFIX_REGEXP = '#<((/?)([vh]?box|textbox|button))(/?|\s[^>]*)>#m'; -const ADD_ET2_PREFIX_REGEXP = '#<((/?)(box|textbox|button))(/?|\s[^>]*)>#m'; // switch evtl. set output-compression off, as we cant calculate a Content-Length header with transparent compression ini_set('zlib.output_compression', 0);