Skip to content
Snippets Groups Projects
Commit a2c03b9d authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #122 from xurizaemon/patch-1

Correct typo - missing comma
parents 912bcfcc cc5f343a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Available in 4.4+.
## Definition
hook_civicrm_alterBarcode( &$data, $type='barcode' $context='name_badge' );
hook_civicrm_alterBarcode( &$data, $type='barcode', $context='name_badge' );
## Parameters
......@@ -28,4 +28,4 @@ Available in 4.4+.
// change the encoding of barcode
$data['current_value'] = $data['event_id'] . '-' . $data['participant_id'] . '-' . $data['contact_id'];
}
}
\ No newline at end of file
}
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