SF Bug #3294980 - Template rdn (in lowercase)

This commit is contained in:
Deon George 2011-04-30 10:41:15 +10:00
parent 41c2821395
commit 6eb6641454

View File

@ -852,7 +852,7 @@ class Template extends xmlTemplate {
return '';
foreach ($vals as $val)
$rdn .= sprintf('%s=%s+',$attribute->getName(),$val);
$rdn .= sprintf('%s=%s+',$attribute->getName(false),$val);
}
# Chop the last plus sign off when returning