PMCORE-976

This commit is contained in:
Paula Quispe
2021-03-10 13:38:27 -04:00
parent 00c7db1289
commit bc554dbaad

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)) {