Merged in bugfix/PMCORE-976 (pull request #7831)

PMCORE-976

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Paula Quispe
2021-03-10 18:03:25 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -610,7 +610,7 @@ function getMysqlVersion()
* *
* @return string * @return string
*/ */
function applyMaskDateEnvironment(string $date, $mask = '', $caseListSetting = true) function applyMaskDateEnvironment($date, $mask = '', $caseListSetting = true)
{ {
$result = ''; $result = '';
if (empty($mask)) { if (empty($mask)) {