Skip to content
Snippets Groups Projects
Commit a67bc294 authored by Mantas Mikulėnas's avatar Mantas Mikulėnas
Browse files

Fix overeager search/replace in attributemaps

parent 2e229475
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
*/
define('SCHAC_OLD_NS', 'urn:mace:terena.org:attribute-def:');
define('SCHAC_NEW_NS', SCHAC_NEW_NS.'');
define('SCHAC_NEW_NS', 'urn:schac:attribute-def:');
$attributemap = array(
SCHAC_NEW_NS.'schacCountryOfCitizenship' => SCHAC_OLD_NS.'schacCountryOfCitizenship',
......
......@@ -4,7 +4,7 @@
*/
define('SCHAC_OLD_NS', 'urn:mace:terena.org:attribute-def:');
define('SCHAC_NEW_NS', SCHAC_NEW_NS.'');
define('SCHAC_NEW_NS', 'urn:schac:attribute-def:');
$attributemap = array(
SCHAC_OLD_NS.'schacCountryOfCitizenship' => SCHAC_NEW_NS.'schacCountryOfCitizenship',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment