This commit is contained in:
Roland Gruber 2013-05-04 18:20:08 +00:00
parent 16c1e2f0e1
commit e9d980663c
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ abstract class baseModule {
* @param String $name ID
* @param String $label label name
* @param String $attrName attribute name (default: =$name)
* @param String $delimiter delimiter if multiple attribute values exist
* @param String $delimiter delimiter if multiple attribute values exist (default: ", ")
*/
protected function addSimplePDFField(&$result, $name, $label, $attrName = null, $delimiter = ', ') {
if ($attrName == null) {