80 |
# First, we split the result only on unescaped commas. |
84 |
# First, we split the result only on unescaped commas. |
81 |
my @setenv_headers = split /(?<!\\),\s*/, $req->header('X-Koha-SetEnv') || ''; |
85 |
my @setenv_headers = split /(?<!\\),\s*/, $req->header('X-Koha-SetEnv') || ''; |