sort PDF values
This commit is contained in:
parent
1abec30bcd
commit
2aa0c4d406
|
@ -839,6 +839,7 @@ abstract class baseModule {
|
||||||
}
|
}
|
||||||
$value = '';
|
$value = '';
|
||||||
if (isset($this->attributes[$attrName]) && (sizeof($this->attributes[$attrName]) > 0)) {
|
if (isset($this->attributes[$attrName]) && (sizeof($this->attributes[$attrName]) > 0)) {
|
||||||
|
natcasesort($this->attributes[$attrName]);
|
||||||
$value = implode($delimiter, $this->attributes[$attrName]);
|
$value = implode($delimiter, $this->attributes[$attrName]);
|
||||||
}
|
}
|
||||||
$result[get_class($this) . '_' . $name] = array('<block><key>' . $label . '</key><value>' . $value . '</value></block>');
|
$result[get_class($this) . '_' . $name] = array('<block><key>' . $label . '</key><value>' . $value . '</value></block>');
|
||||||
|
|
Loading…
Reference in New Issue